Html Css Color HEX #B109A0 Medium Violet Red

📋 copy color: '#B109A0'

red 177 ◦ green 9 ◦ blue 160

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

Shades of Medium Violet Red #B109A0

Tints of Medium Violet Red #B109A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 46.24%

R = 51.16%
G = 2.6%
B = 46.24%

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

#B109A0 (or 0xB109A0) is known color: Medium Violet Red. HEX triplet: B1, 09 and A0. RGB value is (177,9,160). Sum of RGB (Red+Green+Blue) = 177+9+160=346 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.16% from 346); Green value is 9 (3.91% from 255 or 2.60% from 346); Blue value is 160 (62.89% from 255 or 46.24% from 346); Max value from RGB is 177 - color contains mainly: red. Hex color #B109A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B109A0 is #4EF65F. Grayscale: #4C4C4C. Windows color (decimal): -5174880 or 10488241. OLE color: 10488241.

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

Color convert

RGB 177 9 160 -
CMYK 0 0.95 0.10 0.31
HSL 306.07º 0.9% 0.36% -
HSV(B) 306.07º 0.95% 0.69% -
XYZ 24.57 12.08 34.29 -
YUV 76.45 175.16 199.72 -
System Red Green Blue C M Y K H S L
Decimal 177 9 160 0 0.95 0.10 0.31 306.07 0.9 0.36
Hex B1 9 A0 0 5F A 1F 132 5A 24
Octal 261 11 240 0 137 12 37 462 132 44
Binary 10110001 1001 10100000 0 1011111 1010 11111 100110010 1011010 100100

Color Harmonies of #B109A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B109A0

Black with #B109A0

Text Example


Text Example

White with #B109A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B109A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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