Html Css Color HEX #BD17CE Deep Magenta

📋 copy color: '#BD17CE'

red 189 ◦ green 23 ◦ blue 206

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

Shades of Deep Magenta #BD17CE

Tints of Deep Magenta #BD17CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.28%

R = 45.22%
G = 5.5%
B = 49.28%

CMYK

 C value IS 0.08

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BD17CE (or 0xBD17CE) is known color: Deep Magenta. HEX triplet: BD, 17 and CE. RGB value is (189,23,206). Sum of RGB (Red+Green+Blue) = 189+23+206=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 23 (9.38% from 255 or 5.50% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD17CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD17CE is #42E831. Grayscale: #5C5C5C. Windows color (decimal): -4384818 or 13506493. OLE color: 13506493.

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

Color convert

RGB 189 23 206 -
CMYK 0.08 0.89 0 0.19
HSL 294.43º 0.8% 0.45% -
HSV(B) 294.43º 0.89% 0.81% -
XYZ 32.43 15.89 59.75 -
YUV 93.5 191.5 196.12 -
System Red Green Blue C M Y K H S L
Decimal 189 23 206 0.08 0.89 0 0.19 294.43 0.8 0.45
Hex BD 17 CE 8 59 0 13 126 50 2D
Octal 275 27 316 10 131 0 23 446 120 55
Binary 10111101 10111 11001110 1000 1011001 0 10011 100100110 1010000 101101

Color Harmonies of #BD17CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD17CE

Black with #BD17CE

Text Example


Text Example

White with #BD17CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD17CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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