#B962AD

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

Shades of Fuchsia #B962AD

Tints of Fuchsia #B962AD

Color information

#B962AD (or 0xB962AD) is unknown color: approx Fuchsia. HEX triplet: B9, 62 and AD. RGB value is (185,98,173). Sum of RGB (Red+Green+Blue) = 185+98+173=456 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.57% from 456); Green value is 98 (38.67% from 255 or 21.49% from 456); Blue value is 173 (67.97% from 255 or 37.94% from 456); Max value from RGB is 185 - color contains mainly: red. Hex color #B962AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B962AD is #469D52. Grayscale: #848484. Windows color (decimal): -4627795 or 11363001. OLE color: 11363001.

HSL color Cylindrical-coordinate representation of color #B962AD: hue angle of 308.28º 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 #B962AD is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB18598173-
CMYK00.470.060.27
HSL308.28º38.33%55.49%-
HSV(B)308.28º47.03%72.55%-
XYZ31.9222.0742.11-
YUV132.56150.82165.4-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.57%
GREEN value IS 98 (38.67% from 255) = 21.49%
BLUE value IS 173 (67.97% from 255) = 37.94%
R=40.57%
G=21.49%
B=37.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859817300.470.060.27308.2838.3355.49
HexB962AD02F61B1342637
Octal2711422550576334644667
Binary10111001110001010101101010111111011011100110100100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B962AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B962AD; }

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

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

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

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

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

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

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

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