#B636BD

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

Shades of Fuchsia #B636BD

Tints of Fuchsia #B636BD

Color information

#B636BD (or 0xB636BD) is unknown color: approx Fuchsia. HEX triplet: B6, 36 and BD. RGB value is (182,54,189). Sum of RGB (Red+Green+Blue) = 182+54+189=425 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.82% from 425); Green value is 54 (21.48% from 255 or 12.71% from 425); Blue value is 189 (74.22% from 255 or 44.47% from 425); Max value from RGB is 189 - color contains mainly: blue. Hex color #B636BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B636BD is #49C942. Grayscale: #6B6B6B. Windows color (decimal): -4835651 or 12400310. OLE color: 12400310.

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

Color convert

RGB18254189-
CMYK0.040.7100.26
HSL296.89º55.56%47.65%-
HSV(B)296.89º71.43%74.12%-
XYZ29.816.2649.71-
YUV107.66173.91181.02-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.82%
GREEN value IS 54 (21.48% from 255) = 12.71%
BLUE value IS 189 (74.22% from 255) = 44.47%
R=42.82%
G=12.71%
B=44.47%

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
Decimal182541890.040.7100.26296.8955.5647.65
HexB636BD44701A1293830
Octal2666627541070324517060
Binary10110110110110101111011001000111011010100101001111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B636BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B636BD; }

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

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

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

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

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

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

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

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