Html Css Color HEX #BD2390 Medium Red Violet

📋 copy color: '#BD2390'

red 189 ◦ green 35 ◦ blue 144

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

Shades of Medium Red Violet #BD2390

Tints of Medium Red Violet #BD2390

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.51%

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

R = 51.36%
G = 9.51%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BD2390 (or 0xBD2390) is known color: Medium Red Violet. HEX triplet: BD, 23 and 90. RGB value is (189,35,144). Sum of RGB (Red+Green+Blue) = 189+35+144=368 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.36% from 368); Green value is 35 (14.06% from 255 or 9.51% from 368); Blue value is 144 (56.64% from 255 or 39.13% from 368); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2390 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2390 is #42DC6F. Grayscale: #5D5D5D. Windows color (decimal): -4381808 or 9446333. OLE color: 9446333.

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

Color convert

RGB 189 35 144 -
CMYK 0 0.81 0.24 0.26
HSL 317.53º 0.69% 0.44% -
HSV(B) 317.53º 0.81% 0.74% -
XYZ 26.62 14.03 27.69 -
YUV 93.47 156.52 196.14 -
System Red Green Blue C M Y K H S L
Decimal 189 35 144 0 0.81 0.24 0.26 317.53 0.69 0.44
Hex BD 23 90 0 51 18 1A 13E 45 2C
Octal 275 43 220 0 121 30 32 476 105 54
Binary 10111101 100011 10010000 0 1010001 11000 11010 100111110 1000101 101100

Color Harmonies of #BD2390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2390

Black with #BD2390

Text Example


Text Example

White with #BD2390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2390; }

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

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

background-color css

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

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

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

border-color css

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

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

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