Html Css Color HEX #BD17A1 Medium Violet Red

📋 copy color: '#BD17A1'

red 189 ◦ green 23 ◦ blue 161

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

Shades of Medium Violet Red #BD17A1

Tints of Medium Violet Red #BD17A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 43.16%

R = 50.67%
G = 6.17%
B = 43.16%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BD17A1 (or 0xBD17A1) is known color: Medium Violet Red. HEX triplet: BD, 17 and A1. RGB value is (189,23,161). Sum of RGB (Red+Green+Blue) = 189+23+161=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 23 (9.38% from 255 or 6.17% from 373); Blue value is 161 (63.28% from 255 or 43.16% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BD17A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD17A1 is #42E85E. Grayscale: #575757. Windows color (decimal): -4384863 or 10557373. OLE color: 10557373.

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

Color convert

RGB 189 23 161 -
CMYK 0 0.88 0.15 0.26
HSL 310.12º 0.78% 0.42% -
HSV(B) 310.12º 0.88% 0.74% -
XYZ 27.73 14 34.96 -
YUV 88.37 169 199.78 -
System Red Green Blue C M Y K H S L
Decimal 189 23 161 0 0.88 0.15 0.26 310.12 0.78 0.42
Hex BD 17 A1 0 58 F 1A 136 4E 2A
Octal 275 27 241 0 130 17 32 466 116 52
Binary 10111101 10111 10100001 0 1011000 1111 11010 100110110 1001110 101010

Color Harmonies of #BD17A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD17A1

Black with #BD17A1

Text Example


Text Example

White with #BD17A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD17A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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