Html Css Color HEX #BD1791 Medium Violet Red

📋 copy color: '#BD1791'

red 189 ◦ green 23 ◦ blue 145

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

Shades of Medium Violet Red #BD1791

Tints of Medium Violet Red #BD1791

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 40.62%

R = 52.94%
G = 6.44%
B = 40.62%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BD1791 (or 0xBD1791) is known color: Medium Violet Red. HEX triplet: BD, 17 and 91. RGB value is (189,23,145). Sum of RGB (Red+Green+Blue) = 189+23+145=357 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.94% from 357); Green value is 23 (9.38% from 255 or 6.44% from 357); Blue value is 145 (57.03% from 255 or 40.62% from 357); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1791 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD1791 is #42E86E. Grayscale: #565656. Windows color (decimal): -4384879 or 9508797. OLE color: 9508797.

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

Color convert

RGB 189 23 145 -
CMYK 0 0.88 0.23 0.26
HSL 315.9º 0.78% 0.42% -
HSV(B) 315.9º 0.88% 0.74% -
XYZ 26.4 13.48 28 -
YUV 86.54 161 201.08 -
System Red Green Blue C M Y K H S L
Decimal 189 23 145 0 0.88 0.23 0.26 315.9 0.78 0.42
Hex BD 17 91 0 58 17 1A 13C 4E 2A
Octal 275 27 221 0 130 27 32 474 116 52
Binary 10111101 10111 10010001 0 1011000 10111 11010 100111100 1001110 101010

Color Harmonies of #BD1791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1791

Black with #BD1791

Text Example


Text Example

White with #BD1791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1791; }

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

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

background-color css

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

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

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

border-color css

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

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

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