Html Css Color HEX #BD17C9 Deep Magenta

📋 copy color: '#BD17C9'

red 189 ◦ green 23 ◦ blue 201

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

Shades of Deep Magenta #BD17C9

Tints of Deep Magenta #BD17C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 48.67%

R = 45.76%
G = 5.57%
B = 48.67%

CMYK

 C value IS 0.06

 M value IS 0.89

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BD17C9 (or 0xBD17C9) is known color: Deep Magenta. HEX triplet: BD, 17 and C9. RGB value is (189,23,201). Sum of RGB (Red+Green+Blue) = 189+23+201=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 23 (9.38% from 255 or 5.57% from 413); Blue value is 201 (78.91% from 255 or 48.67% from 413); Max value from RGB is 201 - color contains mainly: blue. Hex color #BD17C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD17C9 is #42E836. Grayscale: #5C5C5C. Windows color (decimal): -4384823 or 13178813. OLE color: 13178813.

HSL color Cylindrical-coordinate representation of color #BD17C9: hue angle of 295.96º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD17C9 is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 23 201 -
CMYK 0.06 0.89 0 0.21
HSL 295.96º 0.79% 0.44% -
HSV(B) 295.96º 0.89% 0.79% -
XYZ 31.84 15.65 56.6 -
YUV 92.93 189 196.53 -
System Red Green Blue C M Y K H S L
Decimal 189 23 201 0.06 0.89 0 0.21 295.96 0.79 0.44
Hex BD 17 C9 6 59 0 15 128 4F 2C
Octal 275 27 311 6 131 0 25 450 117 54
Binary 10111101 10111 11001001 110 1011001 0 10101 100101000 1001111 101100

Color Harmonies of #BD17C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD17C9

Black with #BD17C9

Text Example


Text Example

White with #BD17C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD17C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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