Html Css Color HEX #B8317D Medium Red Violet

📋 copy color: '#B8317D'

red 184 ◦ green 49 ◦ blue 125

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

Shades of Medium Red Violet #B8317D

Tints of Medium Red Violet #B8317D

RGB

 RED value IS 184 (72.27% from 255) = 51.4%

 GREEN value IS 49 (19.53% from 255) = 13.69%

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

R = 51.4%
G = 13.69%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#B8317D (or 0xB8317D) is known color: Medium Red Violet. HEX triplet: B8, 31 and 7D. RGB value is (184,49,125). Sum of RGB (Red+Green+Blue) = 184+49+125=358 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.40% from 358); Green value is 49 (19.53% from 255 or 13.69% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 184 - color contains mainly: red. Hex color #B8317D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8317D is #47CE82. Grayscale: #616161. Windows color (decimal): -4705923 or 8204728. OLE color: 8204728.

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

Color convert

RGB 184 49 125 -
CMYK 0 0.73 0.32 0.28
HSL 326.22º 0.58% 0.46% -
HSV(B) 326.22º 0.73% 0.72% -
XYZ 24.57 13.87 20.78 -
YUV 98.03 143.23 189.32 -
System Red Green Blue C M Y K H S L
Decimal 184 49 125 0 0.73 0.32 0.28 326.22 0.58 0.46
Hex B8 31 7D 0 49 20 1C 146 3A 2E
Octal 270 61 175 0 111 40 34 506 72 56
Binary 10111000 110001 1111101 0 1001001 100000 11100 101000110 111010 101110

Color Harmonies of #B8317D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8317D

Black with #B8317D

Text Example


Text Example

White with #B8317D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8317D; }

 p { color: rgb(184,49,125); }

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

background-color css

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

 a { background-color: rgb(184,49,125); }

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

border-color css

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

 span { border-color: rgb(184,49,125); }

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