Html Css Color HEX #BD02D7 Deep Magenta

📋 copy color: '#BD02D7'

red 189 ◦ green 2 ◦ blue 215

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

Shades of Deep Magenta #BD02D7

Tints of Deep Magenta #BD02D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 52.96%

R = 46.55%
G = 0.49%
B = 52.96%

CMYK

 C value IS 0.12

 M value IS 0.99

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BD02D7 (or 0xBD02D7) is known color: Deep Magenta. HEX triplet: BD, 02 and D7. RGB value is (189,2,215). Sum of RGB (Red+Green+Blue) = 189+2+215=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 2 (1.17% from 255 or 0.49% from 406); Blue value is 215 (84.38% from 255 or 52.96% from 406); Max value from RGB is 215 - color contains mainly: blue. Hex color #BD02D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD02D7 is #42FD28. Grayscale: #515151. Windows color (decimal): -4390185 or 14090941. OLE color: 14090941.

HSL color Cylindrical-coordinate representation of color #BD02D7: hue angle of 292.68º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD02D7 is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 2 215 -
CMYK 0.12 0.99 0 0.16
HSL 292.68º 0.98% 0.43% -
HSV(B) 292.68º 0.99% 0.84% -
XYZ 33.27 15.77 65.58 -
YUV 82.2 202.95 204.18 -
System Red Green Blue C M Y K H S L
Decimal 189 2 215 0.12 0.99 0 0.16 292.68 0.98 0.43
Hex BD 2 D7 C 63 0 10 125 62 2B
Octal 275 2 327 14 143 0 20 445 142 53
Binary 10111101 10 11010111 1100 1100011 0 10000 100100101 1100010 101011

Color Harmonies of #BD02D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD02D7

Black with #BD02D7

Text Example


Text Example

White with #BD02D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD02D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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