#B336B8

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

Shades of Fuchsia #B336B8

Tints of Fuchsia #B336B8

Color information

#B336B8 (or 0xB336B8) is unknown color: approx Fuchsia. HEX triplet: B3, 36 and B8. RGB value is (179,54,184). Sum of RGB (Red+Green+Blue) = 179+54+184=417 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.93% from 417); Green value is 54 (21.48% from 255 or 12.95% from 417); Blue value is 184 (72.27% from 255 or 44.12% from 417); Max value from RGB is 184 - color contains mainly: blue. Hex color #B336B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B336B8 is #4CC947. Grayscale: #696969. Windows color (decimal): -5032264 or 12072627. OLE color: 12072627.

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

Color convert

RGB17954184-
CMYK0.030.7100.28
HSL297.69º54.62%46.67%-
HSV(B)297.69º70.65%72.16%-
XYZ28.5615.6846.87-
YUV106.2171.91179.93-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.93%
GREEN value IS 54 (21.48% from 255) = 12.95%
BLUE value IS 184 (72.27% from 255) = 44.12%
R=42.93%
G=12.95%
B=44.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal179541840.030.7100.28297.6954.6246.67
HexB336B834701C12a372f
Octal2636627031070344526757
Binary1011001111011010111000111000111011100100101010110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B336B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B336B8; }

 p { color: rgb(179,54,184); }

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

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

 a { background-color: rgb(179,54,184); }

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

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

 span { border-color: rgb(179,54,184); }

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