#B03BBA

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

Shades of Fuchsia #B03BBA

Tints of Fuchsia #B03BBA

Color information

#B03BBA (or 0xB03BBA) is unknown color: approx Fuchsia. HEX triplet: B0, 3B and BA. RGB value is (176,59,186). Sum of RGB (Red+Green+Blue) = 176+59+186=421 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.81% from 421); Green value is 59 (23.44% from 255 or 14.01% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 186 - color contains mainly: blue. Hex color #B03BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03BBA is #4FC445. Grayscale: #6C6C6C. Windows color (decimal): -5227590 or 12204976. OLE color: 12204976.

HSL color Cylindrical-coordinate representation of color #B03BBA: hue angle of 295.28º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B03BBA is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17659186-
CMYK0.050.6800.27
HSL295.28º51.84%48.04%-
HSV(B)295.28º68.28%72.94%-
XYZ28.3315.948.03-
YUV108.46171.76176.17-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.81%
GREEN value IS 59 (23.44% from 255) = 14.01%
BLUE value IS 186 (73.05% from 255) = 44.18%
R=41.81%
G=14.01%
B=44.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal176591860.050.6800.27295.2851.8448.04
HexB03BBA54401B1273430
Octal2607327251040334476460
Binary10110000111011101110101011000100011011100100111110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03BBA; }

 p { color: rgb(176,59,186); }

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

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

 a { background-color: rgb(176,59,186); }

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

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

 span { border-color: rgb(176,59,186); }

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