Html Css Color HEX #BD17CD Deep Magenta

📋 copy color: '#BD17CD'

red 189 ◦ green 23 ◦ blue 205

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

Shades of Deep Magenta #BD17CD

Tints of Deep Magenta #BD17CD

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.52%

 BLUE value IS 205 (80.47% from 255) = 49.16%

R = 45.32%
G = 5.52%
B = 49.16%

CMYK

 C value IS 0.08

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BD17CD (or 0xBD17CD) is known color: Deep Magenta. HEX triplet: BD, 17 and CD. RGB value is (189,23,205). Sum of RGB (Red+Green+Blue) = 189+23+205=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 23 (9.38% from 255 or 5.52% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 205 - color contains mainly: blue. Hex color #BD17CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD17CD is #42E832. Grayscale: #5C5C5C. Windows color (decimal): -4384819 or 13440957. OLE color: 13440957.

HSL color Cylindrical-coordinate representation of color #BD17CD: hue angle of 294.73º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD17CD is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 23 205 -
CMYK 0.08 0.89 0 0.20
HSL 294.73º 0.8% 0.45% -
HSV(B) 294.73º 0.89% 0.8% -
XYZ 32.31 15.84 59.11 -
YUV 93.38 191 196.2 -
System Red Green Blue C M Y K H S L
Decimal 189 23 205 0.08 0.89 0 0.20 294.73 0.8 0.45
Hex BD 17 CD 8 59 0 14 127 50 2D
Octal 275 27 315 10 131 0 24 447 120 55
Binary 10111101 10111 11001101 1000 1011001 0 10100 100100111 1010000 101101

Color Harmonies of #BD17CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD17CD

Black with #BD17CD

Text Example


Text Example

White with #BD17CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD17CD; }

 p { color: rgb(189,23,205); }

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

background-color css

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

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

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

border-color css

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

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

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