Html Css Color HEX #BD07AD Deep Magenta

📋 copy color: '#BD07AD'

red 189 ◦ green 7 ◦ blue 173

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

Shades of Deep Magenta #BD07AD

Tints of Deep Magenta #BD07AD

RGB

 RED value IS 189 (74.22% from 255) = 51.22%

 GREEN value IS 7 (3.13% from 255) = 1.9%

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

R = 51.22%
G = 1.9%
B = 46.88%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BD07AD (or 0xBD07AD) is known color: Deep Magenta. HEX triplet: BD, 07 and AD. RGB value is (189,7,173). Sum of RGB (Red+Green+Blue) = 189+7+173=369 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.22% from 369); Green value is 7 (3.12% from 255 or 1.90% from 369); Blue value is 173 (67.97% from 255 or 46.88% from 369); Max value from RGB is 189 - color contains mainly: red. Hex color #BD07AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD07AD is #42F852. Grayscale: #4F4F4F. Windows color (decimal): -4388947 or 11339709. OLE color: 11339709.

HSL color Cylindrical-coordinate representation of color #BD07AD: hue angle of 305.27º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD07AD is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 7 173 -
CMYK 0 0.96 0.08 0.26
HSL 305.27º 0.93% 0.38% -
HSV(B) 305.27º 0.96% 0.74% -
XYZ 28.61 13.99 40.73 -
YUV 80.34 180.3 205.5 -
System Red Green Blue C M Y K H S L
Decimal 189 7 173 0 0.96 0.08 0.26 305.27 0.93 0.38
Hex BD 7 AD 0 60 8 1A 131 5D 26
Octal 275 7 255 0 140 10 32 461 135 46
Binary 10111101 111 10101101 0 1100000 1000 11010 100110001 1011101 100110

Color Harmonies of #BD07AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD07AD

Black with #BD07AD

Text Example


Text Example

White with #BD07AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD07AD; }

 p { color: rgb(189,7,173); }

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

background-color css

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

 a { background-color: rgb(189,7,173); }

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

border-color css

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

 span { border-color: rgb(189,7,173); }

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