Html Css Color HEX #BD17A5 Medium Violet Red

📋 copy color: '#BD17A5'

red 189 ◦ green 23 ◦ blue 165

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

Shades of Medium Violet Red #BD17A5

Tints of Medium Violet Red #BD17A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 43.77%

R = 50.13%
G = 6.1%
B = 43.77%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#BD17A5 (or 0xBD17A5) is known color: Medium Violet Red. HEX triplet: BD, 17 and A5. RGB value is (189,23,165). Sum of RGB (Red+Green+Blue) = 189+23+165=377 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.13% from 377); Green value is 23 (9.38% from 255 or 6.10% from 377); Blue value is 165 (64.84% from 255 or 43.77% from 377); Max value from RGB is 189 - color contains mainly: red. Hex color #BD17A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD17A5 is #42E85A. Grayscale: #585858. Windows color (decimal): -4384859 or 10819517. OLE color: 10819517.

HSL color Cylindrical-coordinate representation of color #BD17A5: hue angle of 308.67º 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 #BD17A5 is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 23 165 -
CMYK 0 0.88 0.13 0.26
HSL 308.67º 0.78% 0.42% -
HSV(B) 308.67º 0.88% 0.74% -
XYZ 28.08 14.15 36.85 -
YUV 88.82 171 199.45 -
System Red Green Blue C M Y K H S L
Decimal 189 23 165 0 0.88 0.13 0.26 308.67 0.78 0.42
Hex BD 17 A5 0 58 D 1A 135 4E 2A
Octal 275 27 245 0 130 15 32 465 116 52
Binary 10111101 10111 10100101 0 1011000 1101 11010 100110101 1001110 101010

Color Harmonies of #BD17A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD17A5

Black with #BD17A5

Text Example


Text Example

White with #BD17A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD17A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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