Html Css Color HEX #B709AD Deep Magenta

📋 copy color: '#B709AD'

red 183 ◦ green 9 ◦ blue 173

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

Shades of Deep Magenta #B709AD

Tints of Deep Magenta #B709AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 47.4%

R = 50.14%
G = 2.47%
B = 47.4%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#B709AD (or 0xB709AD) is known color: Deep Magenta. HEX triplet: B7, 09 and AD. RGB value is (183,9,173). Sum of RGB (Red+Green+Blue) = 183+9+173=365 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.14% from 365); Green value is 9 (3.91% from 255 or 2.47% from 365); Blue value is 173 (67.97% from 255 or 47.40% from 365); Max value from RGB is 183 - color contains mainly: red. Hex color #B709AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B709AD is #48F652. Grayscale: #4F4F4F. Windows color (decimal): -4781651 or 11340215. OLE color: 11340215.

HSL color Cylindrical-coordinate representation of color #B709AD: hue angle of 303.45º 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 #B709AD is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 9 173 -
CMYK 0 0.95 0.05 0.28
HSL 303.45º 0.91% 0.38% -
HSV(B) 303.45º 0.95% 0.72% -
XYZ 27.17 13.28 40.67 -
YUV 79.72 180.65 201.66 -
System Red Green Blue C M Y K H S L
Decimal 183 9 173 0 0.95 0.05 0.28 303.45 0.91 0.38
Hex B7 9 AD 0 5F 5 1C 12F 5B 26
Octal 267 11 255 0 137 5 34 457 133 46
Binary 10110111 1001 10101101 0 1011111 101 11100 100101111 1011011 100110

Color Harmonies of #B709AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B709AD

Black with #B709AD

Text Example


Text Example

White with #B709AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B709AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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