Html Css Color HEX #B709C0 Deep Magenta

📋 copy color: '#B709C0'

red 183 ◦ green 9 ◦ blue 192

#B709C0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #B709C0

Tints of Deep Magenta #B709C0

RGB

 RED value IS 183 (71.88% from 255) = 47.66%

 GREEN value IS 9 (3.91% from 255) = 2.34%

 BLUE value IS 192 (75.39% from 255) = 50%

R = 47.66%
G = 2.34%
B = 50%

CMYK

 C value IS 0.05

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B709C0 (or 0xB709C0) is known color: Deep Magenta. HEX triplet: B7, 09 and C0. RGB value is (183,9,192). Sum of RGB (Red+Green+Blue) = 183+9+192=384 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.66% from 384); Green value is 9 (3.91% from 255 or 2.34% from 384); Blue value is 192 (75.39% from 255 or 50% from 384); Max value from RGB is 192 - color contains mainly: blue. Hex color #B709C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B709C0 is #48F63F. Grayscale: #515151. Windows color (decimal): -4781632 or 12585399. OLE color: 12585399.

HSL color Cylindrical-coordinate representation of color #B709C0: hue angle of 297.05º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B709C0 is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 183 9 192 -
CMYK 0.05 0.95 0 0.25
HSL 297.05º 0.91% 0.39% -
HSV(B) 297.05º 0.95% 0.75% -
XYZ 29.14 14.07 51.05 -
YUV 81.89 190.15 200.12 -
System Red Green Blue C M Y K H S L
Decimal 183 9 192 0.05 0.95 0 0.25 297.05 0.91 0.39
Hex B7 9 C0 5 5F 0 19 129 5B 27
Octal 267 11 300 5 137 0 31 451 133 47
Binary 10110111 1001 11000000 101 1011111 0 11001 100101001 1011011 100111

Color Harmonies of #B709C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B709C0

Black with #B709C0

Text Example


Text Example

White with #B709C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B709C0; }

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

 H1.HeaderClassName
 {
   color: #B709C0;
 }
 .AnyTagClassName
 {
   color: #B709C0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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