Html Css Color HEX #BD2391 Medium Violet Red

📋 copy color: '#BD2391'

red 189 ◦ green 35 ◦ blue 145

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

Shades of Medium Violet Red #BD2391

Tints of Medium Violet Red #BD2391

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.49%

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

R = 51.22%
G = 9.49%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BD2391 (or 0xBD2391) is known color: Medium Violet Red. HEX triplet: BD, 23 and 91. RGB value is (189,35,145). Sum of RGB (Red+Green+Blue) = 189+35+145=369 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.22% from 369); Green value is 35 (14.06% from 255 or 9.49% from 369); Blue value is 145 (57.03% from 255 or 39.30% from 369); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2391 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2391 is #42DC6E. Grayscale: #5D5D5D. Windows color (decimal): -4381807 or 9511869. OLE color: 9511869.

HSL color Cylindrical-coordinate representation of color #BD2391: hue angle of 317.14º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD2391 is Cyan = 0, Magento = 0.81, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 35 145 -
CMYK 0 0.81 0.23 0.26
HSL 317.14º 0.69% 0.44% -
HSV(B) 317.14º 0.81% 0.74% -
XYZ 26.7 14.07 28.1 -
YUV 93.59 157.02 196.06 -
System Red Green Blue C M Y K H S L
Decimal 189 35 145 0 0.81 0.23 0.26 317.14 0.69 0.44
Hex BD 23 91 0 51 17 1A 13D 45 2C
Octal 275 43 221 0 121 27 32 475 105 54
Binary 10111101 100011 10010001 0 1010001 10111 11010 100111101 1000101 101100

Color Harmonies of #BD2391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2391

Black with #BD2391

Text Example


Text Example

White with #BD2391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2391; }

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

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

background-color css

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

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

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

border-color css

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

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

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