#B820CF

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

Shades of Deep Magenta #B820CF

Tints of Deep Magenta #B820CF

Color information

#B820CF (or 0xB820CF) is unknown color: approx Deep Magenta. HEX triplet: B8, 20 and CF. RGB value is (184,32,207). Sum of RGB (Red+Green+Blue) = 184+32+207=423 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.50% from 423); Green value is 32 (12.89% from 255 or 7.57% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #B820CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B820CF is #47DF30. Grayscale: #606060. Windows color (decimal): -4710193 or 13574328. OLE color: 13574328.

HSL color Cylindrical-coordinate representation of color #B820CF: hue angle of 292.11º 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 #B820CF is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB18432207-
CMYK0.110.8500.19
HSL292.11º73.22%46.86%-
HSV(B)292.11º84.54%81.18%-
XYZ31.5515.7360.4-
YUV97.4189.86189.77-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.50%
GREEN value IS 32 (12.89% from 255) = 7.57%
BLUE value IS 207 (81.25% from 255) = 48.94%
R=43.50%
G=7.57%
B=48.94%

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
Decimal184322070.110.8500.19292.1173.2246.86
HexB820CFB55013124492f
Octal270403171312502344411157
Binary1011100010000011001111101110101010100111001001001001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B820CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B820CF; }

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

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

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

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

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

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

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

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