Html Css Color HEX #BD398D Medium Red Violet

📋 copy color: '#BD398D'

red 189 ◦ green 57 ◦ blue 141

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

Shades of Medium Red Violet #BD398D

Tints of Medium Red Violet #BD398D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.43%

R = 48.84%
G = 14.73%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BD398D (or 0xBD398D) is known color: Medium Red Violet. HEX triplet: BD, 39 and 8D. RGB value is (189,57,141). Sum of RGB (Red+Green+Blue) = 189+57+141=387 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.84% from 387); Green value is 57 (22.66% from 255 or 14.73% from 387); Blue value is 141 (55.47% from 255 or 36.43% from 387); Max value from RGB is 189 - color contains mainly: red. Hex color #BD398D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD398D is #42C672. Grayscale: #696969. Windows color (decimal): -4376179 or 9255357. OLE color: 9255357.

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

Color convert

RGB 189 57 141 -
CMYK 0 0.70 0.25 0.26
HSL 321.82º 0.54% 0.48% -
HSV(B) 321.82º 0.7% 0.74% -
XYZ 27.26 15.67 26.79 -
YUV 106.04 147.73 187.17 -
System Red Green Blue C M Y K H S L
Decimal 189 57 141 0 0.70 0.25 0.26 321.82 0.54 0.48
Hex BD 39 8D 0 46 19 1A 142 36 30
Octal 275 71 215 0 106 31 32 502 66 60
Binary 10111101 111001 10001101 0 1000110 11001 11010 101000010 110110 110000

Color Harmonies of #BD398D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD398D

Black with #BD398D

Text Example


Text Example

White with #BD398D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD398D; }

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

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

background-color css

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

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

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

border-color css

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

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

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