Html Css Color HEX #B709B0 Deep Magenta

📋 copy color: '#B709B0'

red 183 ◦ green 9 ◦ blue 176

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

Shades of Deep Magenta #B709B0

Tints of Deep Magenta #B709B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 47.83%

R = 49.73%
G = 2.45%
B = 47.83%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#B709B0 (or 0xB709B0) is known color: Deep Magenta. HEX triplet: B7, 09 and B0. RGB value is (183,9,176). Sum of RGB (Red+Green+Blue) = 183+9+176=368 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.73% from 368); Green value is 9 (3.91% from 255 or 2.45% from 368); Blue value is 176 (69.14% from 255 or 47.83% from 368); Max value from RGB is 183 - color contains mainly: red. Hex color #B709B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B709B0 is #48F64F. Grayscale: #4F4F4F. Windows color (decimal): -4781648 or 11536823. OLE color: 11536823.

HSL color Cylindrical-coordinate representation of color #B709B0: hue angle of 302.41º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B709B0 is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 9 176 -
CMYK 0 0.95 0.04 0.28
HSL 302.41º 0.91% 0.38% -
HSV(B) 302.41º 0.95% 0.72% -
XYZ 27.46 13.4 42.21 -
YUV 80.06 182.15 201.42 -
System Red Green Blue C M Y K H S L
Decimal 183 9 176 0 0.95 0.04 0.28 302.41 0.91 0.38
Hex B7 9 B0 0 5F 4 1C 12E 5B 26
Octal 267 11 260 0 137 4 34 456 133 46
Binary 10110111 1001 10110000 0 1011111 100 11100 100101110 1011011 100110

Color Harmonies of #B709B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B709B0

Black with #B709B0

Text Example


Text Example

White with #B709B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B709B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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