#B03BBE

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

Shades of Fuchsia #B03BBE

Tints of Fuchsia #B03BBE

Color information

#B03BBE (or 0xB03BBE) is unknown color: approx Fuchsia. HEX triplet: B0, 3B and BE. RGB value is (176,59,190). Sum of RGB (Red+Green+Blue) = 176+59+190=425 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.41% from 425); Green value is 59 (23.44% from 255 or 13.88% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 190 - color contains mainly: blue. Hex color #B03BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03BBE is #4FC441. Grayscale: #6C6C6C. Windows color (decimal): -5227586 or 12467120. OLE color: 12467120.

HSL color Cylindrical-coordinate representation of color #B03BBE: hue angle of 293.59º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B03BBE is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17659190-
CMYK0.070.6900.25
HSL293.59º52.61%48.82%-
HSV(B)293.59º68.95%74.51%-
XYZ28.7616.0850.3-
YUV108.92173.76175.85-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.41%
GREEN value IS 59 (23.44% from 255) = 13.88%
BLUE value IS 190 (74.61% from 255) = 44.71%
R=41.41%
G=13.88%
B=44.71%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal176591900.070.6900.25293.5952.6148.82
HexB03BBE7450191263531
Octal2607327671050314466561
Binary10110000111011101111101111000101011001100100110110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03BBE; }

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

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

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

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

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

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

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

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