Html Css Color HEX #BD1490 Medium Violet Red

📋 copy color: '#BD1490'

red 189 ◦ green 20 ◦ blue 144

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

Shades of Medium Violet Red #BD1490

Tints of Medium Violet Red #BD1490

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.67%

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

R = 53.54%
G = 5.67%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BD1490 (or 0xBD1490) is known color: Medium Violet Red. HEX triplet: BD, 14 and 90. RGB value is (189,20,144). Sum of RGB (Red+Green+Blue) = 189+20+144=353 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.54% from 353); Green value is 20 (8.20% from 255 or 5.67% from 353); Blue value is 144 (56.64% from 255 or 40.79% from 353); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1490 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD1490 is #42EB6F. Grayscale: #545454. Windows color (decimal): -4385648 or 9442493. OLE color: 9442493.

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

Color convert

RGB 189 20 144 -
CMYK 0 0.89 0.24 0.26
HSL 315.98º 0.81% 0.41% -
HSV(B) 315.98º 0.89% 0.74% -
XYZ 26.27 13.33 27.57 -
YUV 84.67 161.49 202.42 -
System Red Green Blue C M Y K H S L
Decimal 189 20 144 0 0.89 0.24 0.26 315.98 0.81 0.41
Hex BD 14 90 0 59 18 1A 13C 51 29
Octal 275 24 220 0 131 30 32 474 121 51
Binary 10111101 10100 10010000 0 1011001 11000 11010 100111100 1010001 101001

Color Harmonies of #BD1490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1490

Black with #BD1490

Text Example


Text Example

White with #BD1490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1490; }

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

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

background-color css

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

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

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

border-color css

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

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

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