#B962AA

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

Shades of Fuchsia #B962AA

Tints of Fuchsia #B962AA

Color information

#B962AA (or 0xB962AA) is unknown color: approx Fuchsia. HEX triplet: B9, 62 and AA. RGB value is (185,98,170). Sum of RGB (Red+Green+Blue) = 185+98+170=453 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.84% from 453); Green value is 98 (38.67% from 255 or 21.63% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 185 - color contains mainly: red. Hex color #B962AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B962AA is #469D55. Grayscale: #848484. Windows color (decimal): -4627798 or 11166393. OLE color: 11166393.

HSL color Cylindrical-coordinate representation of color #B962AA: hue angle of 310.34º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B962AA is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB18598170-
CMYK00.470.080.27
HSL310.34º38.33%55.49%-
HSV(B)310.34º47.03%72.55%-
XYZ31.6321.9540.6-
YUV132.22149.32165.65-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.84%
GREEN value IS 98 (38.67% from 255) = 21.63%
BLUE value IS 170 (66.80% from 255) = 37.53%
R=40.84%
G=21.63%
B=37.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859817000.470.080.27310.3438.3355.49
HexB962AA02F81B1362637
Octal27114225205710334664667
Binary101110011100010101010100101111100011011100110110100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B962AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B962AA; }

 p { color: rgb(185,98,170); }

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

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

 a { background-color: rgb(185,98,170); }

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

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

 span { border-color: rgb(185,98,170); }

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