Html Css Color HEX #B1197B Medium Violet Red

📋 copy color: '#B1197B'

red 177 ◦ green 25 ◦ blue 123

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

Shades of Medium Violet Red #B1197B

Tints of Medium Violet Red #B1197B

RGB

 RED value IS 177 (69.53% from 255) = 54.46%

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

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

R = 54.46%
G = 7.69%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B1197B (or 0xB1197B) is known color: Medium Violet Red. HEX triplet: B1, 19 and 7B. RGB value is (177,25,123). Sum of RGB (Red+Green+Blue) = 177+25+123=325 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.46% from 325); Green value is 25 (10.16% from 255 or 7.69% from 325); Blue value is 123 (48.44% from 255 or 37.85% from 325); Max value from RGB is 177 - color contains mainly: red. Hex color #B1197B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1197B is #4EE684. Grayscale: #515151. Windows color (decimal): -5170821 or 8067505. OLE color: 8067505.

HSL color Cylindrical-coordinate representation of color #B1197B: hue angle of 321.32º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B1197B is Cyan = 0, Magento = 0.86, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 25 123 -
CMYK 0 0.86 0.31 0.31
HSL 321.32º 0.75% 0.4% -
HSV(B) 321.32º 0.86% 0.69% -
XYZ 22.05 11.47 19.79 -
YUV 81.62 151.36 196.03 -
System Red Green Blue C M Y K H S L
Decimal 177 25 123 0 0.86 0.31 0.31 321.32 0.75 0.4
Hex B1 19 7B 0 56 1F 1F 141 4B 28
Octal 261 31 173 0 126 37 37 501 113 50
Binary 10110001 11001 1111011 0 1010110 11111 11111 101000001 1001011 101000

Color Harmonies of #B1197B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1197B

Black with #B1197B

Text Example


Text Example

White with #B1197B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1197B; }

 p { color: rgb(177,25,123); }

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

background-color css

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

 a { background-color: rgb(177,25,123); }

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

border-color css

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

 span { border-color: rgb(177,25,123); }

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