Html Css Color HEX #BD1391 Medium Violet Red

📋 copy color: '#BD1391'

red 189 ◦ green 19 ◦ blue 145

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

Shades of Medium Violet Red #BD1391

Tints of Medium Violet Red #BD1391

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.38%

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

R = 53.54%
G = 5.38%
B = 41.08%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BD1391 (or 0xBD1391) is known color: Medium Violet Red. HEX triplet: BD, 13 and 91. RGB value is (189,19,145). Sum of RGB (Red+Green+Blue) = 189+19+145=353 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.54% from 353); Green value is 19 (7.81% from 255 or 5.38% from 353); Blue value is 145 (57.03% from 255 or 41.08% from 353); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1391 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD1391 is #42EC6E. Grayscale: #535353. Windows color (decimal): -4385903 or 9507773. OLE color: 9507773.

HSL color Cylindrical-coordinate representation of color #BD1391: hue angle of 315.53º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD1391 is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 19 145 -
CMYK 0 0.90 0.23 0.26
HSL 315.53º 0.82% 0.41% -
HSV(B) 315.53º 0.9% 0.74% -
XYZ 26.33 13.33 27.97 -
YUV 84.19 162.32 202.75 -
System Red Green Blue C M Y K H S L
Decimal 189 19 145 0 0.90 0.23 0.26 315.53 0.82 0.41
Hex BD 13 91 0 5A 17 1A 13C 52 29
Octal 275 23 221 0 132 27 32 474 122 51
Binary 10111101 10011 10010001 0 1011010 10111 11010 100111100 1010010 101001

Color Harmonies of #BD1391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1391

Black with #BD1391

Text Example


Text Example

White with #BD1391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1391; }

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

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

background-color css

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

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

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

border-color css

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

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

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