Html Css Color HEX #BD1771 Medium Violet Red

📋 copy color: '#BD1771'

red 189 ◦ green 23 ◦ blue 113

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

Shades of Medium Violet Red #BD1771

Tints of Medium Violet Red #BD1771

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 34.77%

R = 58.15%
G = 7.08%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BD1771 (or 0xBD1771) is known color: Medium Violet Red. HEX triplet: BD, 17 and 71. RGB value is (189,23,113). Sum of RGB (Red+Green+Blue) = 189+23+113=325 (43% of max value = 765). Red value is 189 (74.22% from 255 or 58.15% from 325); Green value is 23 (9.38% from 255 or 7.08% from 325); Blue value is 113 (44.53% from 255 or 34.77% from 325); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1771 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1771 is #42E88E. Grayscale: #525252. Windows color (decimal): -4384911 or 7411645. OLE color: 7411645.

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

Color convert

RGB 189 23 113 -
CMYK 0 0.88 0.40 0.26
HSL 327.47º 0.78% 0.42% -
HSV(B) 327.47º 0.88% 0.74% -
XYZ 24.27 12.62 16.78 -
YUV 82.89 145 203.68 -
System Red Green Blue C M Y K H S L
Decimal 189 23 113 0 0.88 0.40 0.26 327.47 0.78 0.42
Hex BD 17 71 0 58 28 1A 147 4E 2A
Octal 275 27 161 0 130 50 32 507 116 52
Binary 10111101 10111 1110001 0 1011000 101000 11010 101000111 1001110 101010

Color Harmonies of #BD1771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1771

Black with #BD1771

Text Example


Text Example

White with #BD1771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1771; }

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

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

background-color css

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

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

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

border-color css

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

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

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