#B236A9

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

Shades of Fuchsia #B236A9

Tints of Fuchsia #B236A9

Color information

#B236A9 (or 0xB236A9) is unknown color: approx Fuchsia. HEX triplet: B2, 36 and A9. RGB value is (178,54,169). Sum of RGB (Red+Green+Blue) = 178+54+169=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 54 (21.48% from 255 or 13.47% from 401); Blue value is 169 (66.41% from 255 or 42.14% from 401); Max value from RGB is 178 - color contains mainly: red. Hex color #B236A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B236A9 is #4DC956. Grayscale: #676767. Windows color (decimal): -5097815 or 11089586. OLE color: 11089586.

HSL color Cylindrical-coordinate representation of color #B236A9: hue angle of 304.35º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B236A9 is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.30.

Color convert

RGB17854169-
CMYK00.700.050.30
HSL304.35º53.45%45.49%-
HSV(B)304.35º69.66%69.8%-
XYZ26.8414.9739.01-
YUV104.19164.58180.65-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.39%
GREEN value IS 54 (21.48% from 255) = 13.47%
BLUE value IS 169 (66.41% from 255) = 42.14%
R=44.39%
G=13.47%
B=42.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.05
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1785416900.700.050.30304.3553.4545.49
HexB236A904651E130352d
Octal2626625101065364606555
Binary10110010110110101010010100011010111110100110000110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B236A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B236A9; }

 p { color: rgb(178,54,169); }

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

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

 a { background-color: rgb(178,54,169); }

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

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

 span { border-color: rgb(178,54,169); }

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