Html Css Color HEX #BD397B Medium Red Violet

📋 copy color: '#BD397B'

red 189 ◦ green 57 ◦ blue 123

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

Shades of Medium Red Violet #BD397B

Tints of Medium Red Violet #BD397B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.33%

R = 51.22%
G = 15.45%
B = 33.33%

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

#BD397B (or 0xBD397B) is known color: Medium Red Violet. HEX triplet: BD, 39 and 7B. RGB value is (189,57,123). Sum of RGB (Red+Green+Blue) = 189+57+123=369 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.22% from 369); Green value is 57 (22.66% from 255 or 15.45% from 369); Blue value is 123 (48.44% from 255 or 33.33% from 369); Max value from RGB is 189 - color contains mainly: red. Hex color #BD397B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD397B is #42C684. Grayscale: #676767. Windows color (decimal): -4376197 or 8075709. OLE color: 8075709.

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

Color convert

RGB 189 57 123 -
CMYK 0 0.70 0.35 0.26
HSL 330º 0.54% 0.48% -
HSV(B) 330º 0.7% 0.74% -
XYZ 26.02 15.18 20.3 -
YUV 103.99 138.73 188.63 -
System Red Green Blue C M Y K H S L
Decimal 189 57 123 0 0.70 0.35 0.26 330 0.54 0.48
Hex BD 39 7B 0 46 23 1A 14A 36 30
Octal 275 71 173 0 106 43 32 512 66 60
Binary 10111101 111001 1111011 0 1000110 100011 11010 101001010 110110 110000

Color Harmonies of #BD397B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD397B

Black with #BD397B

Text Example


Text Example

White with #BD397B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD397B; }

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

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

background-color css

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

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

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

border-color css

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

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

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