#B920CF

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

Shades of Deep Magenta #B920CF

Tints of Deep Magenta #B920CF

Color information

#B920CF (or 0xB920CF) is unknown color: approx Deep Magenta. HEX triplet: B9, 20 and CF. RGB value is (185,32,207). Sum of RGB (Red+Green+Blue) = 185+32+207=424 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.63% from 424); Green value is 32 (12.89% from 255 or 7.55% from 424); Blue value is 207 (81.25% from 255 or 48.82% from 424); Max value from RGB is 207 - color contains mainly: blue. Hex color #B920CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B920CF is #46DF30. Grayscale: #616161. Windows color (decimal): -4644657 or 13574329. OLE color: 13574329.

HSL color Cylindrical-coordinate representation of color #B920CF: hue angle of 292.46º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B920CF is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB18532207-
CMYK0.110.8500.19
HSL292.46º73.22%46.86%-
HSV(B)292.46º84.54%81.18%-
XYZ31.7915.8560.42-
YUV97.7189.69190.27-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.63%
GREEN value IS 32 (12.89% from 255) = 7.55%
BLUE value IS 207 (81.25% from 255) = 48.82%
R=43.63%
G=7.55%
B=48.82%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal185322070.110.8500.19292.4673.2246.86
HexB920CFB55013124492f
Octal271403171312502344411157
Binary1011100110000011001111101110101010100111001001001001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B920CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B920CF; }

 p { color: rgb(185,32,207); }

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

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

 a { background-color: rgb(185,32,207); }

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

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

 span { border-color: rgb(185,32,207); }

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