Html Css Color HEX #BD2290 Medium Violet Red

📋 copy color: '#BD2290'

red 189 ◦ green 34 ◦ blue 144

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

Shades of Medium Violet Red #BD2290

Tints of Medium Violet Red #BD2290

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.26%

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

R = 51.5%
G = 9.26%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BD2290 (or 0xBD2290) is known color: Medium Violet Red. HEX triplet: BD, 22 and 90. RGB value is (189,34,144). Sum of RGB (Red+Green+Blue) = 189+34+144=367 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.50% from 367); Green value is 34 (13.67% from 255 or 9.26% from 367); Blue value is 144 (56.64% from 255 or 39.24% from 367); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2290 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2290 is #42DD6F. Grayscale: #5C5C5C. Windows color (decimal): -4382064 or 9446077. OLE color: 9446077.

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

Color convert

RGB 189 34 144 -
CMYK 0 0.82 0.24 0.26
HSL 317.42º 0.7% 0.44% -
HSV(B) 317.42º 0.82% 0.74% -
XYZ 26.59 13.98 27.68 -
YUV 92.89 156.85 196.56 -
System Red Green Blue C M Y K H S L
Decimal 189 34 144 0 0.82 0.24 0.26 317.42 0.7 0.44
Hex BD 22 90 0 52 18 1A 13D 46 2C
Octal 275 42 220 0 122 30 32 475 106 54
Binary 10111101 100010 10010000 0 1010010 11000 11010 100111101 1000110 101100

Color Harmonies of #BD2290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2290

Black with #BD2290

Text Example


Text Example

White with #BD2290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2290; }

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

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

background-color css

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

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

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

border-color css

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

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

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