#B036BB

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

Shades of Fuchsia #B036BB

Tints of Fuchsia #B036BB

Color information

#B036BB (or 0xB036BB) is unknown color: approx Fuchsia. HEX triplet: B0, 36 and BB. RGB value is (176,54,187). Sum of RGB (Red+Green+Blue) = 176+54+187=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 54 (21.48% from 255 or 12.95% from 417); Blue value is 187 (73.44% from 255 or 44.84% from 417); Max value from RGB is 187 - color contains mainly: blue. Hex color #B036BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B036BB is #4FC944. Grayscale: #696969. Windows color (decimal): -5228869 or 12269232. OLE color: 12269232.

HSL color Cylindrical-coordinate representation of color #B036BB: hue angle of 295.04º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B036BB is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17654187-
CMYK0.060.7100.27
HSL295.04º55.19%47.25%-
HSV(B)295.04º71.12%73.33%-
XYZ28.1915.4648.51-
YUV105.64173.92178.19-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.21%
GREEN value IS 54 (21.48% from 255) = 12.95%
BLUE value IS 187 (73.44% from 255) = 44.84%
R=42.21%
G=12.95%
B=44.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal176541870.060.7100.27295.0455.1947.25
HexB036BB64701B127372f
Octal2606627361070334476757
Binary10110000110110101110111101000111011011100100111110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B036BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B036BB; }

 p { color: rgb(176,54,187); }

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

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

 a { background-color: rgb(176,54,187); }

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

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

 span { border-color: rgb(176,54,187); }

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