Html Css Color HEX #BD2978 Medium Red Violet

📋 copy color: '#BD2978'

red 189 ◦ green 41 ◦ blue 120

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

Shades of Medium Red Violet #BD2978

Tints of Medium Red Violet #BD2978

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.71%

 BLUE value IS 120 (47.27% from 255) = 34.29%

R = 54%
G = 11.71%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BD2978 (or 0xBD2978) is known color: Medium Red Violet. HEX triplet: BD, 29 and 78. RGB value is (189,41,120). Sum of RGB (Red+Green+Blue) = 189+41+120=350 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54% from 350); Green value is 41 (16.41% from 255 or 11.71% from 350); Blue value is 120 (47.27% from 255 or 34.29% from 350); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2978 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2978 is #42D687. Grayscale: #5E5E5E. Windows color (decimal): -4380296 or 7875005. OLE color: 7875005.

HSL color Cylindrical-coordinate representation of color #BD2978: hue angle of 327.97º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD2978 is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 41 120 -
CMYK 0 0.78 0.37 0.26
HSL 327.97º 0.64% 0.45% -
HSV(B) 327.97º 0.78% 0.74% -
XYZ 25.17 13.76 19.1 -
YUV 94.26 142.53 195.58 -
System Red Green Blue C M Y K H S L
Decimal 189 41 120 0 0.78 0.37 0.26 327.97 0.64 0.45
Hex BD 29 78 0 4E 25 1A 148 40 2D
Octal 275 51 170 0 116 45 32 510 100 55
Binary 10111101 101001 1111000 0 1001110 100101 11010 101001000 1000000 101101

Color Harmonies of #BD2978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2978

Black with #BD2978

Text Example


Text Example

White with #BD2978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2978; }

 p { color: rgb(189,41,120); }

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

background-color css

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

 a { background-color: rgb(189,41,120); }

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

border-color css

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

 span { border-color: rgb(189,41,120); }

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