Html Css Color HEX #B0397D Medium Red Violet

📋 copy color: '#B0397D'

red 176 ◦ green 57 ◦ blue 125

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

Shades of Medium Red Violet #B0397D

Tints of Medium Red Violet #B0397D

RGB

 RED value IS 176 (69.14% from 255) = 49.16%

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

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

R = 49.16%
G = 15.92%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#B0397D (or 0xB0397D) is known color: Medium Red Violet. HEX triplet: B0, 39 and 7D. RGB value is (176,57,125). Sum of RGB (Red+Green+Blue) = 176+57+125=358 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.16% from 358); Green value is 57 (22.66% from 255 or 15.92% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 176 - color contains mainly: red. Hex color #B0397D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0397D is #4FC682. Grayscale: #646464. Windows color (decimal): -5228163 or 8206768. OLE color: 8206768.

HSL color Cylindrical-coordinate representation of color #B0397D: hue angle of 325.71º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B0397D is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 57 125 -
CMYK 0 0.68 0.29 0.31
HSL 325.71º 0.51% 0.46% -
HSV(B) 325.71º 0.68% 0.69% -
XYZ 23.07 13.64 20.82 -
YUV 100.33 141.92 181.97 -
System Red Green Blue C M Y K H S L
Decimal 176 57 125 0 0.68 0.29 0.31 325.71 0.51 0.46
Hex B0 39 7D 0 44 1D 1F 146 33 2E
Octal 260 71 175 0 104 35 37 506 63 56
Binary 10110000 111001 1111101 0 1000100 11101 11111 101000110 110011 101110

Color Harmonies of #B0397D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0397D

Black with #B0397D

Text Example


Text Example

White with #B0397D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0397D; }

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

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

background-color css

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

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

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

border-color css

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

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

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