Html Css Color HEX #B0398D Medium Red Violet

📋 copy color: '#B0398D'

red 176 ◦ green 57 ◦ blue 141

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

Shades of Medium Red Violet #B0398D

Tints of Medium Red Violet #B0398D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.7%

R = 47.06%
G = 15.24%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B0398D (or 0xB0398D) is known color: Medium Red Violet. HEX triplet: B0, 39 and 8D. RGB value is (176,57,141). Sum of RGB (Red+Green+Blue) = 176+57+141=374 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.06% from 374); Green value is 57 (22.66% from 255 or 15.24% from 374); Blue value is 141 (55.47% from 255 or 37.70% from 374); Max value from RGB is 176 - color contains mainly: red. Hex color #B0398D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0398D is #4FC672. Grayscale: #656565. Windows color (decimal): -5228147 or 9255344. OLE color: 9255344.

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

Color convert

RGB 176 57 141 -
CMYK 0 0.68 0.20 0.31
HSL 317.65º 0.51% 0.46% -
HSV(B) 317.65º 0.68% 0.69% -
XYZ 24.18 14.08 26.64 -
YUV 102.16 149.92 180.67 -
System Red Green Blue C M Y K H S L
Decimal 176 57 141 0 0.68 0.20 0.31 317.65 0.51 0.46
Hex B0 39 8D 0 44 14 1F 13E 33 2E
Octal 260 71 215 0 104 24 37 476 63 56
Binary 10110000 111001 10001101 0 1000100 10100 11111 100111110 110011 101110

Color Harmonies of #B0398D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0398D

Black with #B0398D

Text Example


Text Example

White with #B0398D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0398D; }

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

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

background-color css

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

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

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

border-color css

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

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

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