Html Css Color HEX #B1099F Medium Violet Red

📋 copy color: '#B1099F'

red 177 ◦ green 9 ◦ blue 159

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

Shades of Medium Violet Red #B1099F

Tints of Medium Violet Red #B1099F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.61%

 BLUE value IS 159 (62.5% from 255) = 46.09%

R = 51.3%
G = 2.61%
B = 46.09%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B1099F (or 0xB1099F) is known color: Medium Violet Red. HEX triplet: B1, 09 and 9F. RGB value is (177,9,159). Sum of RGB (Red+Green+Blue) = 177+9+159=345 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.30% from 345); Green value is 9 (3.91% from 255 or 2.61% from 345); Blue value is 159 (62.5% from 255 or 46.09% from 345); Max value from RGB is 177 - color contains mainly: red. Hex color #B1099F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1099F is #4EF660. Grayscale: #4B4B4B. Windows color (decimal): -5174881 or 10422705. OLE color: 10422705.

HSL color Cylindrical-coordinate representation of color #B1099F: hue angle of 306.43º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B1099F is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 9 159 -
CMYK 0 0.95 0.10 0.31
HSL 306.43º 0.9% 0.36% -
HSV(B) 306.43º 0.95% 0.69% -
XYZ 24.49 12.05 33.84 -
YUV 76.33 174.66 199.8 -
System Red Green Blue C M Y K H S L
Decimal 177 9 159 0 0.95 0.10 0.31 306.43 0.9 0.36
Hex B1 9 9F 0 5F A 1F 132 5A 24
Octal 261 11 237 0 137 12 37 462 132 44
Binary 10110001 1001 10011111 0 1011111 1010 11111 100110010 1011010 100100

Color Harmonies of #B1099F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1099F

Black with #B1099F

Text Example


Text Example

White with #B1099F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1099F; }

 p { color: rgb(177,9,159); }

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

background-color css

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

 a { background-color: rgb(177,9,159); }

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

border-color css

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

 span { border-color: rgb(177,9,159); }

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