#B636AA

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

Shades of Fuchsia #B636AA

Tints of Fuchsia #B636AA

Color information

#B636AA (or 0xB636AA) is unknown color: approx Fuchsia. HEX triplet: B6, 36 and AA. RGB value is (182,54,170). Sum of RGB (Red+Green+Blue) = 182+54+170=406 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.83% from 406); Green value is 54 (21.48% from 255 or 13.30% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 182 - color contains mainly: red. Hex color #B636AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B636AA is #49C955. Grayscale: #696969. Windows color (decimal): -4835670 or 11155126. OLE color: 11155126.

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

Color convert

RGB18254170-
CMYK00.700.070.29
HSL305.62º54.24%46.27%-
HSV(B)305.62º70.33%71.37%-
XYZ27.8715.4939.55-
YUV105.5164.41182.57-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.83%
GREEN value IS 54 (21.48% from 255) = 13.30%
BLUE value IS 170 (66.80% from 255) = 41.87%
R=44.83%
G=13.30%
B=41.87%

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
Decimal1825417000.700.070.29305.6254.2446.27
HexB636AA04671D132362e
Octal2666625201067354626656
Binary10110110110110101010100100011011111101100110010110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B636AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B636AA; }

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

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

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

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

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

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

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

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