Html Css Color HEX #B7397D Medium Red Violet

📋 copy color: '#B7397D'

red 183 ◦ green 57 ◦ blue 125

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

Shades of Medium Red Violet #B7397D

Tints of Medium Red Violet #B7397D

RGB

 RED value IS 183 (71.88% from 255) = 50.14%

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

 BLUE value IS 125 (49.22% from 255) = 34.25%

R = 50.14%
G = 15.62%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#B7397D (or 0xB7397D) is known color: Medium Red Violet. HEX triplet: B7, 39 and 7D. RGB value is (183,57,125). Sum of RGB (Red+Green+Blue) = 183+57+125=365 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.14% from 365); Green value is 57 (22.66% from 255 or 15.62% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 183 - color contains mainly: red. Hex color #B7397D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7397D is #48C682. Grayscale: #666666. Windows color (decimal): -4769411 or 8206775. OLE color: 8206775.

HSL color Cylindrical-coordinate representation of color #B7397D: hue angle of 327.62º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B7397D is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 57 125 -
CMYK 0 0.69 0.32 0.28
HSL 327.62º 0.53% 0.47% -
HSV(B) 327.62º 0.69% 0.72% -
XYZ 24.69 14.47 20.89 -
YUV 102.43 140.74 185.47 -
System Red Green Blue C M Y K H S L
Decimal 183 57 125 0 0.69 0.32 0.28 327.62 0.53 0.47
Hex B7 39 7D 0 45 20 1C 148 34 2F
Octal 267 71 175 0 105 40 34 510 64 57
Binary 10110111 111001 1111101 0 1000101 100000 11100 101001000 110100 101111

Color Harmonies of #B7397D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7397D

Black with #B7397D

Text Example


Text Example

White with #B7397D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7397D; }

 p { color: rgb(183,57,125); }

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

background-color css

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

 a { background-color: rgb(183,57,125); }

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

border-color css

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

 span { border-color: rgb(183,57,125); }

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