#B942B0

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

Shades of Fuchsia #B942B0

Tints of Fuchsia #B942B0

Color information

#B942B0 (or 0xB942B0) is unknown color: approx Fuchsia. HEX triplet: B9, 42 and B0. RGB value is (185,66,176). Sum of RGB (Red+Green+Blue) = 185+66+176=427 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.33% from 427); Green value is 66 (26.17% from 255 or 15.46% from 427); Blue value is 176 (69.14% from 255 or 41.22% from 427); Max value from RGB is 185 - color contains mainly: red. Hex color #B942B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B942B0 is #46BD4F. Grayscale: #717171. Windows color (decimal): -4635984 or 11551417. OLE color: 11551417.

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

Color convert

RGB18566176-
CMYK00.640.050.27
HSL304.54º47.41%49.22%-
HSV(B)304.54º64.32%72.55%-
XYZ29.7917.3542.85-
YUV114.12162.92178.56-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.33%
GREEN value IS 66 (26.17% from 255) = 15.46%
BLUE value IS 176 (69.14% from 255) = 41.22%
R=43.33%
G=15.46%
B=41.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1856617600.640.050.27304.5447.4149.22
HexB942B004051B1312f31
Octal27110226001005334615761
Binary101110011000010101100000100000010111011100110001101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B942B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B942B0; }

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

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

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

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

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

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

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

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