#B36BBA

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

Shades of Fuchsia #B36BBA

Tints of Fuchsia #B36BBA

Color information

#B36BBA (or 0xB36BBA) is unknown color: approx Fuchsia. HEX triplet: B3, 6B and BA. RGB value is (179,107,186). Sum of RGB (Red+Green+Blue) = 179+107+186=472 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.92% from 472); Green value is 107 (42.19% from 255 or 22.67% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 186 - color contains mainly: blue. Hex color #B36BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36BBA is #4C9445. Grayscale: #898989. Windows color (decimal): -5018694 or 12217267. OLE color: 12217267.

HSL color Cylindrical-coordinate representation of color #B36BBA: hue angle of 294.68º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B36BBA is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB179107186-
CMYK0.040.4200.27
HSL294.68º36.41%57.45%-
HSV(B)294.68º42.47%72.94%-
XYZ32.7123.6449.29-
YUV137.53155.35157.58-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.92%
GREEN value IS 107 (42.19% from 255) = 22.67%
BLUE value IS 186 (73.05% from 255) = 39.41%
R=37.92%
G=22.67%
B=39.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791071860.040.4200.27294.6836.4157.45
HexB36BBA42A01B1272439
Octal2631532724520334474471
Binary10110011110101110111010100101010011011100100111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36BBA; }

 p { color: rgb(179,107,186); }

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

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

 a { background-color: rgb(179,107,186); }

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

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

 span { border-color: rgb(179,107,186); }

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