Html Css Color HEX #B1399B Medium Red Violet

📋 copy color: '#B1399B'

red 177 ◦ green 57 ◦ blue 155

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

Shades of Medium Red Violet #B1399B

Tints of Medium Red Violet #B1399B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.85%

R = 45.5%
G = 14.65%
B = 39.85%

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

#B1399B (or 0xB1399B) is known color: Medium Red Violet. HEX triplet: B1, 39 and 9B. RGB value is (177,57,155). Sum of RGB (Red+Green+Blue) = 177+57+155=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 57 (22.66% from 255 or 14.65% from 389); Blue value is 155 (60.94% from 255 or 39.85% from 389); Max value from RGB is 177 - color contains mainly: red. Hex color #B1399B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1399B is #4EC664. Grayscale: #676767. Windows color (decimal): -5162597 or 10172849. OLE color: 10172849.

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

Color convert

RGB 177 57 155 -
CMYK 0 0.68 0.12 0.31
HSL 311º 0.51% 0.46% -
HSV(B) 311º 0.68% 0.69% -
XYZ 25.51 14.64 32.49 -
YUV 104.05 156.76 180.03 -
System Red Green Blue C M Y K H S L
Decimal 177 57 155 0 0.68 0.12 0.31 311 0.51 0.46
Hex B1 39 9B 0 44 C 1F 137 33 2E
Octal 261 71 233 0 104 14 37 467 63 56
Binary 10110001 111001 10011011 0 1000100 1100 11111 100110111 110011 101110

Color Harmonies of #B1399B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1399B

Black with #B1399B

Text Example


Text Example

White with #B1399B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1399B; }

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

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

background-color css

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

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

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

border-color css

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

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

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