Html Css Color HEX #BD07A9 Deep Magenta

📋 copy color: '#BD07A9'

red 189 ◦ green 7 ◦ blue 169

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

Shades of Deep Magenta #BD07A9

Tints of Deep Magenta #BD07A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 46.3%

R = 51.78%
G = 1.92%
B = 46.3%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#BD07A9 (or 0xBD07A9) is known color: Deep Magenta. HEX triplet: BD, 07 and A9. RGB value is (189,7,169). Sum of RGB (Red+Green+Blue) = 189+7+169=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 7 (3.12% from 255 or 1.92% from 365); Blue value is 169 (66.41% from 255 or 46.30% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BD07A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD07A9 is #42F856. Grayscale: #4F4F4F. Windows color (decimal): -4388951 or 11077565. OLE color: 11077565.

HSL color Cylindrical-coordinate representation of color #BD07A9: hue angle of 306.59º 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 #BD07A9 is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 7 169 -
CMYK 0 0.96 0.11 0.26
HSL 306.59º 0.93% 0.38% -
HSV(B) 306.59º 0.96% 0.74% -
XYZ 28.22 13.84 38.72 -
YUV 79.89 178.3 205.83 -
System Red Green Blue C M Y K H S L
Decimal 189 7 169 0 0.96 0.11 0.26 306.59 0.93 0.38
Hex BD 7 A9 0 60 B 1A 133 5D 26
Octal 275 7 251 0 140 13 32 463 135 46
Binary 10111101 111 10101001 0 1100000 1011 11010 100110011 1011101 100110

Color Harmonies of #BD07A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD07A9

Black with #BD07A9

Text Example


Text Example

White with #BD07A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD07A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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