#B36AB6

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

Shades of Fuchsia #B36AB6

Tints of Fuchsia #B36AB6

Color information

#B36AB6 (or 0xB36AB6) is unknown color: approx Fuchsia. HEX triplet: B3, 6A and B6. RGB value is (179,106,182). Sum of RGB (Red+Green+Blue) = 179+106+182=467 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.33% from 467); Green value is 106 (41.80% from 255 or 22.70% from 467); Blue value is 182 (71.48% from 255 or 38.97% from 467); Max value from RGB is 182 - color contains mainly: blue. Hex color #B36AB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36AB6 is #4C9549. Grayscale: #888888. Windows color (decimal): -5018954 or 11954867. OLE color: 11954867.

HSL color Cylindrical-coordinate representation of color #B36AB6: hue angle of 297.63º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B36AB6 is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB179106182-
CMYK0.020.4200.29
HSL297.63º34.23%56.47%-
HSV(B)297.63º41.76%71.37%-
XYZ32.1923.2747.05-
YUV136.49153.68158.32-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.33%
GREEN value IS 106 (41.80% from 255) = 22.70%
BLUE value IS 182 (71.48% from 255) = 38.97%
R=38.33%
G=22.70%
B=38.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1791061820.020.4200.29297.6334.2356.47
HexB36AB622A01D12a2238
Octal2631522662520354524270
Binary1011001111010101011011010101010011101100101010100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36AB6; }

 p { color: rgb(179,106,182); }

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

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

 a { background-color: rgb(179,106,182); }

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

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

 span { border-color: rgb(179,106,182); }

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