Html Css Color HEX #BD397A Medium Red Violet

📋 copy color: '#BD397A'

red 189 ◦ green 57 ◦ blue 122

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

Shades of Medium Red Violet #BD397A

Tints of Medium Red Violet #BD397A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.15%

R = 51.36%
G = 15.49%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BD397A (or 0xBD397A) is known color: Medium Red Violet. HEX triplet: BD, 39 and 7A. RGB value is (189,57,122). Sum of RGB (Red+Green+Blue) = 189+57+122=368 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.36% from 368); Green value is 57 (22.66% from 255 or 15.49% from 368); Blue value is 122 (48.05% from 255 or 33.15% from 368); Max value from RGB is 189 - color contains mainly: red. Hex color #BD397A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD397A is #42C685. Grayscale: #676767. Windows color (decimal): -4376198 or 8010173. OLE color: 8010173.

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

Color convert

RGB 189 57 122 -
CMYK 0 0.70 0.35 0.26
HSL 330.45º 0.54% 0.48% -
HSV(B) 330.45º 0.7% 0.74% -
XYZ 25.96 15.15 19.97 -
YUV 103.88 138.23 188.71 -
System Red Green Blue C M Y K H S L
Decimal 189 57 122 0 0.70 0.35 0.26 330.45 0.54 0.48
Hex BD 39 7A 0 46 23 1A 14A 36 30
Octal 275 71 172 0 106 43 32 512 66 60
Binary 10111101 111001 1111010 0 1000110 100011 11010 101001010 110110 110000

Color Harmonies of #BD397A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD397A

Black with #BD397A

Text Example


Text Example

White with #BD397A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD397A; }

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

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

background-color css

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

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

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

border-color css

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

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

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