Html Css Color HEX #BD3980 Medium Red Violet

📋 copy color: '#BD3980'

red 189 ◦ green 57 ◦ blue 128

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

Shades of Medium Red Violet #BD3980

Tints of Medium Red Violet #BD3980

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.24%

 BLUE value IS 128 (50.39% from 255) = 34.22%

R = 50.53%
G = 15.24%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BD3980 (or 0xBD3980) is known color: Medium Red Violet. HEX triplet: BD, 39 and 80. RGB value is (189,57,128). Sum of RGB (Red+Green+Blue) = 189+57+128=374 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.53% from 374); Green value is 57 (22.66% from 255 or 15.24% from 374); Blue value is 128 (50.39% from 255 or 34.22% from 374); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3980 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3980 is #42C67F. Grayscale: #686868. Windows color (decimal): -4376192 or 8403389. OLE color: 8403389.

HSL color Cylindrical-coordinate representation of color #BD3980: hue angle of 327.73º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD3980 is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 57 128 -
CMYK 0 0.70 0.32 0.26
HSL 327.73º 0.54% 0.48% -
HSV(B) 327.73º 0.7% 0.74% -
XYZ 26.35 15.3 21.99 -
YUV 104.56 141.23 188.23 -
System Red Green Blue C M Y K H S L
Decimal 189 57 128 0 0.70 0.32 0.26 327.73 0.54 0.48
Hex BD 39 80 0 46 20 1A 148 36 30
Octal 275 71 200 0 106 40 32 510 66 60
Binary 10111101 111001 10000000 0 1000110 100000 11010 101001000 110110 110000

Color Harmonies of #BD3980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3980

Black with #BD3980

Text Example


Text Example

White with #BD3980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3980; }

 p { color: rgb(189,57,128); }

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

background-color css

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

 a { background-color: rgb(189,57,128); }

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

border-color css

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

 span { border-color: rgb(189,57,128); }

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