Html Css Color HEX #B10189 Medium Violet Red

📋 copy color: '#B10189'

red 177 ◦ green 1 ◦ blue 137

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

Shades of Medium Violet Red #B10189

Tints of Medium Violet Red #B10189

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

 BLUE value IS 137 (53.91% from 255) = 43.49%

R = 56.19%
G = 0.32%
B = 43.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#B10189 (or 0xB10189) is known color: Medium Violet Red. HEX triplet: B1, 01 and 89. RGB value is (177,1,137). Sum of RGB (Red+Green+Blue) = 177+1+137=315 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.19% from 315); Green value is 1 (0.78% from 255 or 0.32% from 315); Blue value is 137 (53.91% from 255 or 43.49% from 315); Max value from RGB is 177 - color contains mainly: red. Hex color #B10189 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10189 is #4EFE76. Grayscale: #444444. Windows color (decimal): -5176951 or 8978865. OLE color: 8978865.

HSL color Cylindrical-coordinate representation of color #B10189: hue angle of 313.64º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B10189 is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 1 137 -
CMYK 0 0.99 0.23 0.31
HSL 313.64º 0.99% 0.35% -
HSV(B) 313.64º 0.99% 0.69% -
XYZ 22.66 11.17 24.63 -
YUV 69.13 166.31 204.94 -
System Red Green Blue C M Y K H S L
Decimal 177 1 137 0 0.99 0.23 0.31 313.64 0.99 0.35
Hex B1 1 89 0 63 17 1F 13A 63 23
Octal 261 1 211 0 143 27 37 472 143 43
Binary 10110001 1 10001001 0 1100011 10111 11111 100111010 1100011 100011

Color Harmonies of #B10189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10189

Black with #B10189

Text Example


Text Example

White with #B10189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10189; }

 p { color: rgb(177,1,137); }

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

background-color css

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

 a { background-color: rgb(177,1,137); }

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

border-color css

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

 span { border-color: rgb(177,1,137); }

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