#B812CF

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

Shades of Deep Magenta #B812CF

Tints of Deep Magenta #B812CF

Color information

#B812CF (or 0xB812CF) is unknown color: approx Deep Magenta. HEX triplet: B8, 12 and CF. RGB value is (184,18,207). Sum of RGB (Red+Green+Blue) = 184+18+207=409 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.99% from 409); Green value is 18 (7.42% from 255 or 4.40% from 409); Blue value is 207 (81.25% from 255 or 50.61% from 409); Max value from RGB is 207 - color contains mainly: blue. Hex color #B812CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B812CF is #47ED30. Grayscale: #585858. Windows color (decimal): -4713777 or 13570744. OLE color: 13570744.

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

Color convert

RGB18418207-
CMYK0.110.9100.19
HSL292.7º84%44.12%-
HSV(B)292.7º91.3%81.18%-
XYZ31.2515.1360.3-
YUV89.18194.5195.63-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.99%
GREEN value IS 18 (7.42% from 255) = 4.40%
BLUE value IS 207 (81.25% from 255) = 50.61%
R=44.99%
G=4.40%
B=50.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal184182070.110.9100.19292.78444.12
HexB812CFB5B013125542c
Octal270223171313302344512454
Binary101110001001011001111101110110110100111001001011010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B812CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B812CF; }

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

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

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

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

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

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

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

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