Html Css Color HEX #BD1990 Medium Violet Red

📋 copy color: '#BD1990'

red 189 ◦ green 25 ◦ blue 144

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

Shades of Medium Violet Red #BD1990

Tints of Medium Violet Red #BD1990

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.98%

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

R = 52.79%
G = 6.98%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BD1990 (or 0xBD1990) is known color: Medium Violet Red. HEX triplet: BD, 19 and 90. RGB value is (189,25,144). Sum of RGB (Red+Green+Blue) = 189+25+144=358 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.79% from 358); Green value is 25 (10.16% from 255 or 6.98% from 358); Blue value is 144 (56.64% from 255 or 40.22% from 358); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1990 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD1990 is #42E66F. Grayscale: #575757. Windows color (decimal): -4384368 or 9443773. OLE color: 9443773.

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

Color convert

RGB 189 25 144 -
CMYK 0 0.87 0.24 0.26
HSL 316.46º 0.77% 0.42% -
HSV(B) 316.46º 0.87% 0.74% -
XYZ 26.37 13.53 27.61 -
YUV 87.6 159.83 200.32 -
System Red Green Blue C M Y K H S L
Decimal 189 25 144 0 0.87 0.24 0.26 316.46 0.77 0.42
Hex BD 19 90 0 57 18 1A 13C 4D 2A
Octal 275 31 220 0 127 30 32 474 115 52
Binary 10111101 11001 10010000 0 1010111 11000 11010 100111100 1001101 101010

Color Harmonies of #BD1990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1990

Black with #BD1990

Text Example


Text Example

White with #BD1990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1990; }

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

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

background-color css

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

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

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

border-color css

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

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

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