#B030B4

Color #B030B4 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #B030B4

Tints of Fuchsia #B030B4

Color information

#B030B4 (or 0xB030B4) is unknown color: approx Fuchsia. HEX triplet: B0, 30 and B4. RGB value is (176,48,180). Sum of RGB (Red+Green+Blue) = 176+48+180=404 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.56% from 404); Green value is 48 (19.14% from 255 or 11.88% from 404); Blue value is 180 (70.70% from 255 or 44.55% from 404); Max value from RGB is 180 - color contains mainly: blue. Hex color #B030B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B030B4 is #4FCF4B. Grayscale: #646464. Windows color (decimal): -5230412 or 11808944. OLE color: 11808944.

HSL color Cylindrical-coordinate representation of color #B030B4: hue angle of 298.18º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B030B4 is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17648180-
CMYK0.020.7300.29
HSL298.18º57.89%44.71%-
HSV(B)298.18º73.33%70.59%-
XYZ27.214.6444.57-
YUV101.32172.41181.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 43.56%
GREEN value IS 48 (19.14% from 255) = 11.88%
BLUE value IS 180 (70.70% from 255) = 44.55%
R=43.56%
G=11.88%
B=44.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal176481800.020.7300.29298.1857.8944.71
HexB030B424901D12a3a2d
Octal2606026421110354527255
Binary1011000011000010110100101001001011101100101010111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B030B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B030B4; }

 p { color: rgb(176,48,180); }

 H1.HeaderClassName
 {
   color: #B030B4;
 }
 .AnyTagClassName
 {
   color: #B030B4;
 }
</style>
background-color css

<style>
 a { background-color: #B030B4; }

 a { background-color: rgb(176,48,180); }

 div.DivClassName
 {
   background-color: #B030B4;
 }
 .BgClassName
 {
   background-color: #B030B4;
 }
</style>
border-color css

<style>
 span { border-color: #B030B4; }

 span { border-color: rgb(176,48,180); }

 td.TdClassName
 {
   border-color: #B030B4;
 }
 .TagClassName
 {
   border-color: #B030B4;
 }
</style>