Html Css Color HEX #BD1A90 Medium Violet Red

📋 copy color: '#BD1A90'

red 189 ◦ green 26 ◦ blue 144

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

Shades of Medium Violet Red #BD1A90

Tints of Medium Violet Red #BD1A90

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.24%

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

R = 52.65%
G = 7.24%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BD1A90 (or 0xBD1A90) is known color: Medium Violet Red. HEX triplet: BD, 1A and 90. RGB value is (189,26,144). Sum of RGB (Red+Green+Blue) = 189+26+144=359 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.65% from 359); Green value is 26 (10.55% from 255 or 7.24% from 359); Blue value is 144 (56.64% from 255 or 40.11% from 359); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1A90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD1A90 is #42E56F. Grayscale: #575757. Windows color (decimal): -4384112 or 9444029. OLE color: 9444029.

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

Color convert

RGB 189 26 144 -
CMYK 0 0.86 0.24 0.26
HSL 316.56º 0.76% 0.42% -
HSV(B) 316.56º 0.86% 0.74% -
XYZ 26.39 13.57 27.61 -
YUV 88.19 159.5 199.91 -
System Red Green Blue C M Y K H S L
Decimal 189 26 144 0 0.86 0.24 0.26 316.56 0.76 0.42
Hex BD 1A 90 0 56 18 1A 13D 4C 2A
Octal 275 32 220 0 126 30 32 475 114 52
Binary 10111101 11010 10010000 0 1010110 11000 11010 100111101 1001100 101010

Color Harmonies of #BD1A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1A90

Black with #BD1A90

Text Example


Text Example

White with #BD1A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1A90; }

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

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

background-color css

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

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

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

border-color css

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

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

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