#B36FB9

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

Shades of Fuchsia #B36FB9

Tints of Fuchsia #B36FB9

Color information

#B36FB9 (or 0xB36FB9) is unknown color: approx Fuchsia. HEX triplet: B3, 6F and B9. RGB value is (179,111,185). Sum of RGB (Red+Green+Blue) = 179+111+185=475 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.68% from 475); Green value is 111 (43.75% from 255 or 23.37% from 475); Blue value is 185 (72.66% from 255 or 38.95% from 475); Max value from RGB is 185 - color contains mainly: blue. Hex color #B36FB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36FB9 is #4C9046. Grayscale: #8B8B8B. Windows color (decimal): -5017671 or 12152755. OLE color: 12152755.

HSL color Cylindrical-coordinate representation of color #B36FB9: hue angle of 295.14º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B36FB9 is Cyan = 0.03, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB179111185-
CMYK0.030.400.27
HSL295.14º34.58%58.04%-
HSV(B)295.14º40%72.55%-
XYZ33.0324.4648.88-
YUV139.77153.53155.98-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.68%
GREEN value IS 111 (43.75% from 255) = 23.37%
BLUE value IS 185 (72.66% from 255) = 38.95%
R=37.68%
G=23.37%
B=38.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791111850.030.400.27295.1434.5858.04
HexB36FB932801B127233a
Octal2631572713500334474372
Binary1011001111011111011100111101000011011100100111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36FB9; }

 p { color: rgb(179,111,185); }

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

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

 a { background-color: rgb(179,111,185); }

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

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

 span { border-color: rgb(179,111,185); }

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