Html Css Color HEX #BD02BA Deep Magenta

📋 copy color: '#BD02BA'

red 189 ◦ green 2 ◦ blue 186

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

Shades of Deep Magenta #BD02BA

Tints of Deep Magenta #BD02BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.34%

R = 50.13%
G = 0.53%
B = 49.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BD02BA (or 0xBD02BA) is known color: Deep Magenta. HEX triplet: BD, 02 and BA. RGB value is (189,2,186). Sum of RGB (Red+Green+Blue) = 189+2+186=377 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.13% from 377); Green value is 2 (1.17% from 255 or 0.53% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 189 - color contains mainly: red. Hex color #BD02BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD02BA is #42FD45. Grayscale: #4E4E4E. Windows color (decimal): -4390214 or 12190397. OLE color: 12190397.

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

Color convert

RGB 189 2 186 -
CMYK 0 0.99 0.02 0.26
HSL 300.96º 0.98% 0.37% -
HSV(B) 300.96º 0.99% 0.74% -
XYZ 29.87 14.41 47.66 -
YUV 78.89 188.45 206.54 -
System Red Green Blue C M Y K H S L
Decimal 189 2 186 0 0.99 0.02 0.26 300.96 0.98 0.37
Hex BD 2 BA 0 63 2 1A 12D 62 25
Octal 275 2 272 0 143 2 32 455 142 45
Binary 10111101 10 10111010 0 1100011 10 11010 100101101 1100010 100101

Color Harmonies of #BD02BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD02BA

Black with #BD02BA

Text Example


Text Example

White with #BD02BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD02BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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