Html Css Color HEX #B1188F Medium Violet Red

📋 copy color: '#B1188F'

red 177 ◦ green 24 ◦ blue 143

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

Shades of Medium Violet Red #B1188F

Tints of Medium Violet Red #B1188F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.98%

 BLUE value IS 143 (56.25% from 255) = 41.57%

R = 51.45%
G = 6.98%
B = 41.57%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B1188F (or 0xB1188F) is known color: Medium Violet Red. HEX triplet: B1, 18 and 8F. RGB value is (177,24,143). Sum of RGB (Red+Green+Blue) = 177+24+143=344 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.45% from 344); Green value is 24 (9.77% from 255 or 6.98% from 344); Blue value is 143 (56.25% from 255 or 41.57% from 344); Max value from RGB is 177 - color contains mainly: red. Hex color #B1188F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1188F is #4EE770. Grayscale: #525252. Windows color (decimal): -5171057 or 9377969. OLE color: 9377969.

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

Color convert

RGB 177 24 143 -
CMYK 0 0.86 0.19 0.31
HSL 313.33º 0.76% 0.39% -
HSV(B) 313.33º 0.86% 0.69% -
XYZ 23.42 11.98 27.07 -
YUV 83.31 161.69 194.82 -
System Red Green Blue C M Y K H S L
Decimal 177 24 143 0 0.86 0.19 0.31 313.33 0.76 0.39
Hex B1 18 8F 0 56 13 1F 139 4C 27
Octal 261 30 217 0 126 23 37 471 114 47
Binary 10110001 11000 10001111 0 1010110 10011 11111 100111001 1001100 100111

Color Harmonies of #B1188F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1188F

Black with #B1188F

Text Example


Text Example

White with #B1188F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1188F; }

 p { color: rgb(177,24,143); }

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

background-color css

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

 a { background-color: rgb(177,24,143); }

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

border-color css

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

 span { border-color: rgb(177,24,143); }

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