#B636A9

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

Shades of Fuchsia #B636A9

Tints of Fuchsia #B636A9

Color information

#B636A9 (or 0xB636A9) is unknown color: approx Fuchsia. HEX triplet: B6, 36 and A9. RGB value is (182,54,169). Sum of RGB (Red+Green+Blue) = 182+54+169=405 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.94% from 405); Green value is 54 (21.48% from 255 or 13.33% from 405); Blue value is 169 (66.41% from 255 or 41.73% from 405); Max value from RGB is 182 - color contains mainly: red. Hex color #B636A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B636A9 is #49C956. Grayscale: #696969. Windows color (decimal): -4835671 or 11089590. OLE color: 11089590.

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

Color convert

RGB18254169-
CMYK00.700.070.29
HSL306.09º54.24%46.27%-
HSV(B)306.09º70.33%71.37%-
XYZ27.7715.4539.05-
YUV105.38163.91182.65-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.94%
GREEN value IS 54 (21.48% from 255) = 13.33%
BLUE value IS 169 (66.41% from 255) = 41.73%
R=44.94%
G=13.33%
B=41.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1825416900.700.070.29306.0954.2446.27
HexB636A904671D132362e
Octal2666625101067354626656
Binary10110110110110101010010100011011111101100110010110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B636A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B636A9; }

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

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

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

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

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

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

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

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