Html Css Color HEX #BD17BF Deep Magenta

📋 copy color: '#BD17BF'

red 189 ◦ green 23 ◦ blue 191

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

Shades of Deep Magenta #BD17BF

Tints of Deep Magenta #BD17BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.39%

R = 46.9%
G = 5.71%
B = 47.39%

CMYK

 C value IS 0.01

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BD17BF (or 0xBD17BF) is known color: Deep Magenta. HEX triplet: BD, 17 and BF. RGB value is (189,23,191). Sum of RGB (Red+Green+Blue) = 189+23+191=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 23 (9.38% from 255 or 5.71% from 403); Blue value is 191 (75% from 255 or 47.39% from 403); Max value from RGB is 191 - color contains mainly: blue. Hex color #BD17BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD17BF is #42E840. Grayscale: #5B5B5B. Windows color (decimal): -4384833 or 12523453. OLE color: 12523453.

HSL color Cylindrical-coordinate representation of color #BD17BF: hue angle of 299.29º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD17BF is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 23 191 -
CMYK 0.01 0.88 0 0.25
HSL 299.29º 0.79% 0.42% -
HSV(B) 299.29º 0.88% 0.75% -
XYZ 30.7 15.19 50.6 -
YUV 91.79 184 197.34 -
System Red Green Blue C M Y K H S L
Decimal 189 23 191 0.01 0.88 0 0.25 299.29 0.79 0.42
Hex BD 17 BF 1 58 0 19 12B 4F 2A
Octal 275 27 277 1 130 0 31 453 117 52
Binary 10111101 10111 10111111 1 1011000 0 11001 100101011 1001111 101010

Color Harmonies of #BD17BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD17BF

Black with #BD17BF

Text Example


Text Example

White with #BD17BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD17BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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