Html Css Color HEX #BD02BD Deep Magenta

📋 copy color: '#BD02BD'

red 189 ◦ green 2 ◦ blue 189

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

Shades of Deep Magenta #BD02BD

Tints of Deep Magenta #BD02BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 49.74%

R = 49.74%
G = 0.53%
B = 49.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BD02BD (or 0xBD02BD) is known color: Deep Magenta. HEX triplet: BD, 02 and BD. RGB value is (189,2,189). Sum of RGB (Red+Green+Blue) = 189+2+189=380 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.74% from 380); Green value is 2 (1.17% from 255 or 0.53% from 380); Blue value is 189 (74.22% from 255 or 49.74% from 380); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BD02BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD02BD is #42FD42. Grayscale: #4E4E4E. Windows color (decimal): -4390211 or 12387005. OLE color: 12387005.

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

Color convert

RGB 189 2 189 -
CMYK 0 0.99 0 0.26
HSL 300º 0.98% 0.37% -
HSV(B) 300º 0.99% 0.74% -
XYZ 30.19 14.54 49.36 -
YUV 79.23 189.95 206.29 -
System Red Green Blue C M Y K H S L
Decimal 189 2 189 0 0.99 0 0.26 300 0.98 0.37
Hex BD 2 BD 0 63 0 1A 12C 62 25
Octal 275 2 275 0 143 0 32 454 142 45
Binary 10111101 10 10111101 0 1100011 0 11010 100101100 1100010 100101

Color Harmonies of #BD02BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD02BD

Black with #BD02BD

Text Example


Text Example

White with #BD02BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD02BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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