#B536BD

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

Shades of Fuchsia #B536BD

Tints of Fuchsia #B536BD

Color information

#B536BD (or 0xB536BD) is unknown color: approx Fuchsia. HEX triplet: B5, 36 and BD. RGB value is (181,54,189). Sum of RGB (Red+Green+Blue) = 181+54+189=424 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.69% from 424); Green value is 54 (21.48% from 255 or 12.74% from 424); Blue value is 189 (74.22% from 255 or 44.58% from 424); Max value from RGB is 189 - color contains mainly: blue. Hex color #B536BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B536BD is #4AC942. Grayscale: #6A6A6A. Windows color (decimal): -4901187 or 12400309. OLE color: 12400309.

HSL color Cylindrical-coordinate representation of color #B536BD: hue angle of 296.44º 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 #B536BD is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18154189-
CMYK0.040.7100.26
HSL296.44º55.56%47.65%-
HSV(B)296.44º71.43%74.12%-
XYZ29.5616.1449.7-
YUV107.36174.08180.52-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.69%
GREEN value IS 54 (21.48% from 255) = 12.74%
BLUE value IS 189 (74.22% from 255) = 44.58%
R=42.69%
G=12.74%
B=44.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal181541890.040.7100.26296.4455.5647.65
HexB536BD44701A1283830
Octal2656627541070324507060
Binary10110101110110101111011001000111011010100101000111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B536BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B536BD; }

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

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

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

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

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

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

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

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