Html Css Color HEX #BD05D7 Deep Magenta

📋 copy color: '#BD05D7'

red 189 ◦ green 5 ◦ blue 215

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

Shades of Deep Magenta #BD05D7

Tints of Deep Magenta #BD05D7

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.22%

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

R = 46.21%
G = 1.22%
B = 52.57%

CMYK

 C value IS 0.12

 M value IS 0.98

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BD05D7 (or 0xBD05D7) is known color: Deep Magenta. HEX triplet: BD, 05 and D7. RGB value is (189,5,215). Sum of RGB (Red+Green+Blue) = 189+5+215=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 5 (2.34% from 255 or 1.22% from 409); Blue value is 215 (84.38% from 255 or 52.57% from 409); Max value from RGB is 215 - color contains mainly: blue. Hex color #BD05D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD05D7 is #42FA28. Grayscale: #535353. Windows color (decimal): -4389417 or 14091709. OLE color: 14091709.

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

Color convert

RGB 189 5 215 -
CMYK 0.12 0.98 0 0.16
HSL 292.57º 0.95% 0.43% -
HSV(B) 292.57º 0.98% 0.84% -
XYZ 33.31 15.83 65.59 -
YUV 83.96 201.96 202.92 -
System Red Green Blue C M Y K H S L
Decimal 189 5 215 0.12 0.98 0 0.16 292.57 0.95 0.43
Hex BD 5 D7 C 62 0 10 125 5F 2B
Octal 275 5 327 14 142 0 20 445 137 53
Binary 10111101 101 11010111 1100 1100010 0 10000 100100101 1011111 101011

Color Harmonies of #BD05D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD05D7

Black with #BD05D7

Text Example


Text Example

White with #BD05D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD05D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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