Html Css Color HEX #B1399E Medium Red Violet

📋 copy color: '#B1399E'

red 177 ◦ green 57 ◦ blue 158

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

Shades of Medium Red Violet #B1399E

Tints of Medium Red Violet #B1399E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 40.31%

R = 45.15%
G = 14.54%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B1399E (or 0xB1399E) is known color: Medium Red Violet. HEX triplet: B1, 39 and 9E. RGB value is (177,57,158). Sum of RGB (Red+Green+Blue) = 177+57+158=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 57 (22.66% from 255 or 14.54% from 392); Blue value is 158 (62.11% from 255 or 40.31% from 392); Max value from RGB is 177 - color contains mainly: red. Hex color #B1399E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1399E is #4EC661. Grayscale: #686868. Windows color (decimal): -5162594 or 10369457. OLE color: 10369457.

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

Color convert

RGB 177 57 158 -
CMYK 0 0.68 0.11 0.31
HSL 309.5º 0.51% 0.46% -
HSV(B) 309.5º 0.68% 0.69% -
XYZ 25.77 14.74 33.84 -
YUV 104.39 158.26 179.79 -
System Red Green Blue C M Y K H S L
Decimal 177 57 158 0 0.68 0.11 0.31 309.5 0.51 0.46
Hex B1 39 9E 0 44 B 1F 136 33 2E
Octal 261 71 236 0 104 13 37 466 63 56
Binary 10110001 111001 10011110 0 1000100 1011 11111 100110110 110011 101110

Color Harmonies of #B1399E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1399E

Black with #B1399E

Text Example


Text Example

White with #B1399E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1399E; }

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

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

background-color css

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

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

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

border-color css

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

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

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