#B612CF

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

Shades of Deep Magenta #B612CF

Tints of Deep Magenta #B612CF

Color information

#B612CF (or 0xB612CF) is unknown color: approx Deep Magenta. HEX triplet: B6, 12 and CF. RGB value is (182,18,207). Sum of RGB (Red+Green+Blue) = 182+18+207=407 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.72% from 407); Green value is 18 (7.42% from 255 or 4.42% from 407); Blue value is 207 (81.25% from 255 or 50.86% from 407); Max value from RGB is 207 - color contains mainly: blue. Hex color #B612CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B612CF is #49ED30. Grayscale: #575757. Windows color (decimal): -4844849 or 13570742. OLE color: 13570742.

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

Color convert

RGB18218207-
CMYK0.120.9100.19
HSL292.06º84%44.12%-
HSV(B)292.06º91.3%81.18%-
XYZ30.7714.8860.28-
YUV88.58194.83194.63-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.72%
GREEN value IS 18 (7.42% from 255) = 4.42%
BLUE value IS 207 (81.25% from 255) = 50.86%
R=44.72%
G=4.42%
B=50.86%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal182182070.120.9100.19292.068444.12
HexB612CFC5B013124542c
Octal266223171413302344412454
Binary101101101001011001111110010110110100111001001001010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B612CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B612CF; }

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

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

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

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

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

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

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

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