#B709C5

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

Shades of Deep Magenta #B709C5

Tints of Deep Magenta #B709C5

Color information

#B709C5 (or 0xB709C5) is unknown color: approx Deep Magenta. HEX triplet: B7, 09 and C5. RGB value is (183,9,197). Sum of RGB (Red+Green+Blue) = 183+9+197=389 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.04% from 389); Green value is 9 (3.91% from 255 or 2.31% from 389); Blue value is 197 (77.34% from 255 or 50.64% from 389); Max value from RGB is 197 - color contains mainly: blue. Hex color #B709C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B709C5 is #48F63A. Grayscale: #515151. Windows color (decimal): -4781627 or 12913079. OLE color: 12913079.

HSL color Cylindrical-coordinate representation of color #B709C5: hue angle of 295.53º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B709C5 is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB1839197-
CMYK0.070.9500.23
HSL295.53º91.26%40.39%-
HSV(B)295.53º95.43%77.25%-
XYZ29.714.2954.02-
YUV82.46192.65199.71-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.04%
GREEN value IS 9 (3.91% from 255) = 2.31%
BLUE value IS 197 (77.34% from 255) = 50.64%
R=47.04%
G=2.31%
B=50.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal18391970.070.9500.23295.5391.2640.39
HexB79C575F0171285b28
Octal26711305713702745013350
Binary1011011110011100010111110111110101111001010001011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B709C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B709C5; }

 p { color: rgb(183,9,197); }

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

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

 a { background-color: rgb(183,9,197); }

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

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

 span { border-color: rgb(183,9,197); }

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