#B942BA

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

Shades of Fuchsia #B942BA

Tints of Fuchsia #B942BA

Color information

#B942BA (or 0xB942BA) is unknown color: approx Fuchsia. HEX triplet: B9, 42 and BA. RGB value is (185,66,186). Sum of RGB (Red+Green+Blue) = 185+66+186=437 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.33% from 437); Green value is 66 (26.17% from 255 or 15.10% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 186 - color contains mainly: blue. Hex color #B942BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B942BA is #46BD45. Grayscale: #727272. Windows color (decimal): -4635974 or 12206777. OLE color: 12206777.

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

Color convert

RGB18566186-
CMYK0.010.6500.27
HSL299.5º47.62%49.41%-
HSV(B)299.5º64.52%72.94%-
XYZ30.8217.7648.26-
YUV115.26167.92177.74-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.33%
GREEN value IS 66 (26.17% from 255) = 15.10%
BLUE value IS 186 (73.05% from 255) = 42.56%
R=42.33%
G=15.10%
B=42.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185661860.010.6500.27299.547.6249.41
HexB942BA14101B12c3031
Octal27110227211010334546061
Binary1011100110000101011101011000001011011100101100110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B942BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B942BA; }

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

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

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

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

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

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

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

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