#B636B6

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

Shades of Fuchsia #B636B6

Tints of Fuchsia #B636B6

Color information

#B636B6 (or 0xB636B6) is unknown color: approx Fuchsia. HEX triplet: B6, 36 and B6. RGB value is (182,54,182). Sum of RGB (Red+Green+Blue) = 182+54+182=418 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.54% from 418); Green value is 54 (21.48% from 255 or 12.92% from 418); Blue value is 182 (71.48% from 255 or 43.54% from 418); Max value from RGB is 182 - color contains mainly: red, blue. Hex color #B636B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B636B6 is #49C949. Grayscale: #6A6A6A. Windows color (decimal): -4835658 or 11941558. OLE color: 11941558.

HSL color Cylindrical-coordinate representation of color #B636B6: hue angle of 300º 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 #B636B6 is Cyan = 0, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB18254182-
CMYK00.7000.29
HSL300º54.24%46.27%-
HSV(B)300º70.33%71.37%-
XYZ29.0515.9645.81-
YUV106.86170.41181.59-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.54%
GREEN value IS 54 (21.48% from 255) = 12.92%
BLUE value IS 182 (71.48% from 255) = 43.54%
R=43.54%
G=12.92%
B=43.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1825418200.7000.2930054.2446.27
HexB636B604601D12c362e
Octal2666626601060354546656
Binary101101101101101011011001000110011101100101100110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B636B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B636B6; }

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

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

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

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

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

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

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

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