#B962BA

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

Shades of Fuchsia #B962BA

Tints of Fuchsia #B962BA

Color information

#B962BA (or 0xB962BA) is unknown color: approx Fuchsia. HEX triplet: B9, 62 and BA. RGB value is (185,98,186). Sum of RGB (Red+Green+Blue) = 185+98+186=469 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.45% from 469); Green value is 98 (38.67% from 255 or 20.90% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 186 - color contains mainly: blue. Hex color #B962BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B962BA is #469D45. Grayscale: #858585. Windows color (decimal): -4627782 or 12214969. OLE color: 12214969.

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

Color convert

RGB18598186-
CMYK0.010.4700.27
HSL299.32º38.94%55.69%-
HSV(B)299.32º47.31%72.94%-
XYZ33.2422.5949.06-
YUV134.04157.32164.34-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.45%
GREEN value IS 98 (38.67% from 255) = 20.90%
BLUE value IS 186 (73.05% from 255) = 39.66%
R=39.45%
G=20.90%
B=39.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185981860.010.4700.27299.3238.9455.69
HexB962BA12F01B12b2738
Octal2711422721570334534770
Binary101110011100010101110101101111011011100101011100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B962BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B962BA; }

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

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

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

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

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

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

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

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