#B336BD

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

Shades of Fuchsia #B336BD

Tints of Fuchsia #B336BD

Color information

#B336BD (or 0xB336BD) is unknown color: approx Fuchsia. HEX triplet: B3, 36 and BD. RGB value is (179,54,189). Sum of RGB (Red+Green+Blue) = 179+54+189=422 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.42% from 422); Green value is 54 (21.48% from 255 or 12.80% from 422); Blue value is 189 (74.22% from 255 or 44.79% from 422); Max value from RGB is 189 - color contains mainly: blue. Hex color #B336BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B336BD is #4CC942. Grayscale: #6A6A6A. Windows color (decimal): -5032259 or 12400307. OLE color: 12400307.

HSL color Cylindrical-coordinate representation of color #B336BD: hue angle of 295.56º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B336BD is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17954189-
CMYK0.050.7100.26
HSL295.56º55.56%47.65%-
HSV(B)295.56º71.43%74.12%-
XYZ29.0915.949.68-
YUV106.76174.41179.52-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.42%
GREEN value IS 54 (21.48% from 255) = 12.80%
BLUE value IS 189 (74.22% from 255) = 44.79%
R=42.42%
G=12.80%
B=44.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal179541890.050.7100.26295.5655.5647.65
HexB336BD54701A1283830
Octal2636627551070324507060
Binary10110011110110101111011011000111011010100101000111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B336BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B336BD; }

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

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

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

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

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

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

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

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