Html Css Color HEX #B1089F Medium Violet Red

📋 copy color: '#B1089F'

red 177 ◦ green 8 ◦ blue 159

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

Shades of Medium Violet Red #B1089F

Tints of Medium Violet Red #B1089F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.33%

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

R = 51.45%
G = 2.33%
B = 46.22%

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

#B1089F (or 0xB1089F) is known color: Medium Violet Red. HEX triplet: B1, 08 and 9F. RGB value is (177,8,159). Sum of RGB (Red+Green+Blue) = 177+8+159=344 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.45% from 344); Green value is 8 (3.52% from 255 or 2.33% from 344); Blue value is 159 (62.5% from 255 or 46.22% from 344); Max value from RGB is 177 - color contains mainly: red. Hex color #B1089F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1089F is #4EF760. Grayscale: #4B4B4B. Windows color (decimal): -5175137 or 10422449. OLE color: 10422449.

HSL color Cylindrical-coordinate representation of color #B1089F: hue angle of 306.39º degrees, saturation: 0.91, 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 #B1089F is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 8 159 -
CMYK 0 0.95 0.10 0.31
HSL 306.39º 0.91% 0.36% -
HSV(B) 306.39º 0.95% 0.69% -
XYZ 24.48 12.02 33.83 -
YUV 75.75 174.99 200.22 -
System Red Green Blue C M Y K H S L
Decimal 177 8 159 0 0.95 0.10 0.31 306.39 0.91 0.36
Hex B1 8 9F 0 5F A 1F 132 5B 24
Octal 261 10 237 0 137 12 37 462 133 44
Binary 10110001 1000 10011111 0 1011111 1010 11111 100110010 1011011 100100

Color Harmonies of #B1089F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1089F

Black with #B1089F

Text Example


Text Example

White with #B1089F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1089F; }

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

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

background-color css

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

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

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

border-color css

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

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

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