Html Css Color HEX #BD1190 Medium Violet Red

📋 copy color: '#BD1190'

red 189 ◦ green 17 ◦ blue 144

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

Shades of Medium Violet Red #BD1190

Tints of Medium Violet Red #BD1190

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.86%

 BLUE value IS 144 (56.64% from 255) = 41.14%

R = 54%
G = 4.86%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BD1190 (or 0xBD1190) is known color: Medium Violet Red. HEX triplet: BD, 11 and 90. RGB value is (189,17,144). Sum of RGB (Red+Green+Blue) = 189+17+144=350 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54% from 350); Green value is 17 (7.03% from 255 or 4.86% from 350); Blue value is 144 (56.64% from 255 or 41.14% from 350); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1190 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD1190 is #42EE6F. Grayscale: #525252. Windows color (decimal): -4386416 or 9441725. OLE color: 9441725.

HSL color Cylindrical-coordinate representation of color #BD1190: hue angle of 315.7º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BD1190 is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 17 144 -
CMYK 0 0.91 0.24 0.26
HSL 315.7º 0.83% 0.4% -
HSV(B) 315.7º 0.91% 0.74% -
XYZ 26.22 13.23 27.56 -
YUV 82.91 162.48 203.67 -
System Red Green Blue C M Y K H S L
Decimal 189 17 144 0 0.91 0.24 0.26 315.7 0.83 0.4
Hex BD 11 90 0 5B 18 1A 13C 53 28
Octal 275 21 220 0 133 30 32 474 123 50
Binary 10111101 10001 10010000 0 1011011 11000 11010 100111100 1010011 101000

Color Harmonies of #BD1190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1190

Black with #BD1190

Text Example


Text Example

White with #BD1190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1190; }

 p { color: rgb(189,17,144); }

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

background-color css

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

 a { background-color: rgb(189,17,144); }

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

border-color css

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

 span { border-color: rgb(189,17,144); }

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