Html Css Color HEX #BD1E90 Medium Violet Red

📋 copy color: '#BD1E90'

red 189 ◦ green 30 ◦ blue 144

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

Shades of Medium Violet Red #BD1E90

Tints of Medium Violet Red #BD1E90

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.26%

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

R = 52.07%
G = 8.26%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BD1E90 (or 0xBD1E90) is known color: Medium Violet Red. HEX triplet: BD, 1E and 90. RGB value is (189,30,144). Sum of RGB (Red+Green+Blue) = 189+30+144=363 (48% of max value = 765). Red value is 189 (74.22% from 255 or 52.07% from 363); Green value is 30 (12.11% from 255 or 8.26% from 363); Blue value is 144 (56.64% from 255 or 39.67% from 363); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1E90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD1E90 is #42E16F. Grayscale: #5A5A5A. Windows color (decimal): -4383088 or 9445053. OLE color: 9445053.

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

Color convert

RGB 189 30 144 -
CMYK 0 0.84 0.24 0.26
HSL 316.98º 0.73% 0.43% -
HSV(B) 316.98º 0.84% 0.74% -
XYZ 26.48 13.76 27.65 -
YUV 90.54 158.18 198.23 -
System Red Green Blue C M Y K H S L
Decimal 189 30 144 0 0.84 0.24 0.26 316.98 0.73 0.43
Hex BD 1E 90 0 54 18 1A 13D 49 2B
Octal 275 36 220 0 124 30 32 475 111 53
Binary 10111101 11110 10010000 0 1010100 11000 11010 100111101 1001001 101011

Color Harmonies of #BD1E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1E90

Black with #BD1E90

Text Example


Text Example

White with #BD1E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1E90; }

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

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

background-color css

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

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

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

border-color css

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

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

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