Html Css Color HEX #B0397B Medium Red Violet

📋 copy color: '#B0397B'

red 176 ◦ green 57 ◦ blue 123

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

Shades of Medium Red Violet #B0397B

Tints of Medium Red Violet #B0397B

RGB

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

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

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

R = 49.44%
G = 16.01%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B0397B (or 0xB0397B) is known color: Medium Red Violet. HEX triplet: B0, 39 and 7B. RGB value is (176,57,123). Sum of RGB (Red+Green+Blue) = 176+57+123=356 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.44% from 356); Green value is 57 (22.66% from 255 or 16.01% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 176 - color contains mainly: red. Hex color #B0397B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0397B is #4FC684. Grayscale: #636363. Windows color (decimal): -5228165 or 8075696. OLE color: 8075696.

HSL color Cylindrical-coordinate representation of color #B0397B: hue angle of 326.72º 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 #B0397B is Cyan = 0, Magento = 0.68, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 57 123 -
CMYK 0 0.68 0.30 0.31
HSL 326.72º 0.51% 0.46% -
HSV(B) 326.72º 0.68% 0.69% -
XYZ 22.94 13.59 20.15 -
YUV 100.11 140.92 182.13 -
System Red Green Blue C M Y K H S L
Decimal 176 57 123 0 0.68 0.30 0.31 326.72 0.51 0.46
Hex B0 39 7B 0 44 1E 1F 147 33 2E
Octal 260 71 173 0 104 36 37 507 63 56
Binary 10110000 111001 1111011 0 1000100 11110 11111 101000111 110011 101110

Color Harmonies of #B0397B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0397B

Black with #B0397B

Text Example


Text Example

White with #B0397B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0397B; }

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

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

background-color css

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

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

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

border-color css

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

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

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