Html Css Color HEX #B1399C Medium Red Violet

📋 copy color: '#B1399C'

red 177 ◦ green 57 ◦ blue 156

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

Shades of Medium Red Violet #B1399C

Tints of Medium Red Violet #B1399C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 40%

R = 45.38%
G = 14.62%
B = 40%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B1399C (or 0xB1399C) is known color: Medium Red Violet. HEX triplet: B1, 39 and 9C. RGB value is (177,57,156). Sum of RGB (Red+Green+Blue) = 177+57+156=390 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.38% from 390); Green value is 57 (22.66% from 255 or 14.62% from 390); Blue value is 156 (61.33% from 255 or 40% from 390); Max value from RGB is 177 - color contains mainly: red. Hex color #B1399C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1399C is #4EC663. Grayscale: #676767. Windows color (decimal): -5162596 or 10238385. OLE color: 10238385.

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

Color convert

RGB 177 57 156 -
CMYK 0 0.68 0.12 0.31
HSL 310.5º 0.51% 0.46% -
HSV(B) 310.5º 0.68% 0.69% -
XYZ 25.6 14.67 32.94 -
YUV 104.17 157.26 179.95 -
System Red Green Blue C M Y K H S L
Decimal 177 57 156 0 0.68 0.12 0.31 310.5 0.51 0.46
Hex B1 39 9C 0 44 C 1F 136 33 2E
Octal 261 71 234 0 104 14 37 466 63 56
Binary 10110001 111001 10011100 0 1000100 1100 11111 100110110 110011 101110

Color Harmonies of #B1399C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1399C

Black with #B1399C

Text Example


Text Example

White with #B1399C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1399C; }

 p { color: rgb(177,57,156); }

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

background-color css

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

 a { background-color: rgb(177,57,156); }

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

border-color css

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

 span { border-color: rgb(177,57,156); }

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