#B937C9

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

Shades of Fuchsia #B937C9

Tints of Fuchsia #B937C9

Color information

#B937C9 (or 0xB937C9) is unknown color: approx Fuchsia. HEX triplet: B9, 37 and C9. RGB value is (185,55,201). Sum of RGB (Red+Green+Blue) = 185+55+201=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 55 (21.88% from 255 or 12.47% from 441); Blue value is 201 (78.91% from 255 or 45.58% from 441); Max value from RGB is 201 - color contains mainly: blue. Hex color #B937C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B937C9 is #46C836. Grayscale: #6E6E6E. Windows color (decimal): -4638775 or 13187001. OLE color: 13187001.

HSL color Cylindrical-coordinate representation of color #B937C9: hue angle of 293.42º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B937C9 is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18555201-
CMYK0.080.7300.21
HSL293.42º57.48%50.2%-
HSV(B)293.42º72.64%78.82%-
XYZ31.9217.2656.91-
YUV110.51179.07181.13-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.95%
GREEN value IS 55 (21.88% from 255) = 12.47%
BLUE value IS 201 (78.91% from 255) = 45.58%
R=41.95%
G=12.47%
B=45.58%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal185552010.080.7300.21293.4257.4850.2
HexB937C98490151253932
Octal27167311101110254457162
Binary101110011101111100100110001001001010101100100101111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B937C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B937C9; }

 p { color: rgb(185,55,201); }

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

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

 a { background-color: rgb(185,55,201); }

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

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

 span { border-color: rgb(185,55,201); }

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