Html Css Color HEX #B8197F Medium Violet Red

📋 copy color: '#B8197F'

red 184 ◦ green 25 ◦ blue 127

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

Shades of Medium Violet Red #B8197F

Tints of Medium Violet Red #B8197F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.44%

 BLUE value IS 127 (50% from 255) = 37.8%

R = 54.76%
G = 7.44%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.31

 K value IS 0.28

RGB Variations

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

Color information

#B8197F (or 0xB8197F) is known color: Medium Violet Red. HEX triplet: B8, 19 and 7F. RGB value is (184,25,127). Sum of RGB (Red+Green+Blue) = 184+25+127=336 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.76% from 336); Green value is 25 (10.16% from 255 or 7.44% from 336); Blue value is 127 (50% from 255 or 37.80% from 336); Max value from RGB is 184 - color contains mainly: red. Hex color #B8197F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8197F is #47E680. Grayscale: #535353. Windows color (decimal): -4712065 or 8329656. OLE color: 8329656.

HSL color Cylindrical-coordinate representation of color #B8197F: hue angle of 321.51º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B8197F is Cyan = 0, Magento = 0.86, Yellow = 0.31 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 25 127 -
CMYK 0 0.86 0.31 0.28
HSL 321.51º 0.76% 0.41% -
HSV(B) 321.51º 0.86% 0.72% -
XYZ 23.95 12.42 21.21 -
YUV 84.17 152.18 199.21 -
System Red Green Blue C M Y K H S L
Decimal 184 25 127 0 0.86 0.31 0.28 321.51 0.76 0.41
Hex B8 19 7F 0 56 1F 1C 142 4C 29
Octal 270 31 177 0 126 37 34 502 114 51
Binary 10111000 11001 1111111 0 1010110 11111 11100 101000010 1001100 101001

Color Harmonies of #B8197F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8197F

Black with #B8197F

Text Example


Text Example

White with #B8197F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8197F; }

 p { color: rgb(184,25,127); }

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

background-color css

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

 a { background-color: rgb(184,25,127); }

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

border-color css

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

 span { border-color: rgb(184,25,127); }

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