Html Css Color HEX #BD17BA Deep Magenta

📋 copy color: '#BD17BA'

red 189 ◦ green 23 ◦ blue 186

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

Shades of Deep Magenta #BD17BA

Tints of Deep Magenta #BD17BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.73%

R = 47.49%
G = 5.78%
B = 46.73%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BD17BA (or 0xBD17BA) is known color: Deep Magenta. HEX triplet: BD, 17 and BA. RGB value is (189,23,186). Sum of RGB (Red+Green+Blue) = 189+23+186=398 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.49% from 398); Green value is 23 (9.38% from 255 or 5.78% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 189 - color contains mainly: red. Hex color #BD17BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD17BA is #42E845. Grayscale: #5A5A5A. Windows color (decimal): -4384838 or 12195773. OLE color: 12195773.

HSL color Cylindrical-coordinate representation of color #BD17BA: hue angle of 301.08º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD17BA is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 23 186 -
CMYK 0 0.88 0.02 0.26
HSL 301.08º 0.78% 0.42% -
HSV(B) 301.08º 0.88% 0.74% -
XYZ 30.16 14.98 47.76 -
YUV 91.22 181.5 197.75 -
System Red Green Blue C M Y K H S L
Decimal 189 23 186 0 0.88 0.02 0.26 301.08 0.78 0.42
Hex BD 17 BA 0 58 2 1A 12D 4E 2A
Octal 275 27 272 0 130 2 32 455 116 52
Binary 10111101 10111 10111010 0 1011000 10 11010 100101101 1001110 101010

Color Harmonies of #BD17BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD17BA

Black with #BD17BA

Text Example


Text Example

White with #BD17BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD17BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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