Html Css Color HEX #BD3997 Medium Red Violet

📋 copy color: '#BD3997'

red 189 ◦ green 57 ◦ blue 151

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

Shades of Medium Red Violet #BD3997

Tints of Medium Red Violet #BD3997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 38.04%

R = 47.61%
G = 14.36%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BD3997 (or 0xBD3997) is known color: Medium Red Violet. HEX triplet: BD, 39 and 97. RGB value is (189,57,151). Sum of RGB (Red+Green+Blue) = 189+57+151=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 57 (22.66% from 255 or 14.36% from 397); Blue value is 151 (59.38% from 255 or 38.04% from 397); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3997 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3997 is #42C668. Grayscale: #6A6A6A. Windows color (decimal): -4376169 or 9910717. OLE color: 9910717.

HSL color Cylindrical-coordinate representation of color #BD3997: hue angle of 317.27º 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 #BD3997 is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 57 151 -
CMYK 0 0.70 0.20 0.26
HSL 317.27º 0.54% 0.48% -
HSV(B) 317.27º 0.7% 0.74% -
XYZ 28.04 15.98 30.88 -
YUV 107.18 152.73 186.36 -
System Red Green Blue C M Y K H S L
Decimal 189 57 151 0 0.70 0.20 0.26 317.27 0.54 0.48
Hex BD 39 97 0 46 14 1A 13D 36 30
Octal 275 71 227 0 106 24 32 475 66 60
Binary 10111101 111001 10010111 0 1000110 10100 11010 100111101 110110 110000

Color Harmonies of #BD3997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3997

Black with #BD3997

Text Example


Text Example

White with #BD3997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3997; }

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

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

background-color css

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

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

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

border-color css

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

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

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