#B336B4

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

Shades of Fuchsia #B336B4

Tints of Fuchsia #B336B4

Color information

#B336B4 (or 0xB336B4) is unknown color: approx Fuchsia. HEX triplet: B3, 36 and B4. RGB value is (179,54,180). Sum of RGB (Red+Green+Blue) = 179+54+180=413 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.34% from 413); Green value is 54 (21.48% from 255 or 13.08% from 413); Blue value is 180 (70.70% from 255 or 43.58% from 413); Max value from RGB is 180 - color contains mainly: blue. Hex color #B336B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B336B4 is #4CC94B. Grayscale: #696969. Windows color (decimal): -5032268 or 11810483. OLE color: 11810483.

HSL color Cylindrical-coordinate representation of color #B336B4: hue angle of 299.52º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B336B4 is Cyan = 0.01, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17954180-
CMYK0.010.700.29
HSL299.52º53.85%45.88%-
HSV(B)299.52º70%70.59%-
XYZ28.1515.5244.69-
YUV105.74169.91180.25-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.34%
GREEN value IS 54 (21.48% from 255) = 13.08%
BLUE value IS 180 (70.70% from 255) = 43.58%
R=43.34%
G=13.08%
B=43.58%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal179541800.010.700.29299.5253.8545.88
HexB336B414601D12c362e
Octal2636626411060354546656
Binary101100111101101011010011000110011101100101100110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B336B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B336B4; }

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

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

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

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

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

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

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

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