Html Css Color HEX #BD02AD Deep Magenta

📋 copy color: '#BD02AD'

red 189 ◦ green 2 ◦ blue 173

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

Shades of Deep Magenta #BD02AD

Tints of Deep Magenta #BD02AD

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.55%

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

R = 51.92%
G = 0.55%
B = 47.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BD02AD (or 0xBD02AD) is known color: Deep Magenta. HEX triplet: BD, 02 and AD. RGB value is (189,2,173). Sum of RGB (Red+Green+Blue) = 189+2+173=364 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.92% from 364); Green value is 2 (1.17% from 255 or 0.55% from 364); Blue value is 173 (67.97% from 255 or 47.53% from 364); Max value from RGB is 189 - color contains mainly: red. Hex color #BD02AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD02AD is #42FD52. Grayscale: #4C4C4C. Windows color (decimal): -4390227 or 11338429. OLE color: 11338429.

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

Color convert

RGB 189 2 173 -
CMYK 0 0.99 0.08 0.26
HSL 305.13º 0.98% 0.37% -
HSV(B) 305.13º 0.99% 0.74% -
XYZ 28.55 13.88 40.71 -
YUV 77.41 181.95 207.6 -
System Red Green Blue C M Y K H S L
Decimal 189 2 173 0 0.99 0.08 0.26 305.13 0.98 0.37
Hex BD 2 AD 0 63 8 1A 131 62 25
Octal 275 2 255 0 143 10 32 461 142 45
Binary 10111101 10 10101101 0 1100011 1000 11010 100110001 1100010 100101

Color Harmonies of #BD02AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD02AD

Black with #BD02AD

Text Example


Text Example

White with #BD02AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD02AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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