Html Css Color HEX #B10095 Medium Violet Red

📋 copy color: '#B10095'

red 177 ◦ green 0 ◦ blue 149

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

Shades of Medium Violet Red #B10095

Tints of Medium Violet Red #B10095

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 149 (58.59% from 255) = 45.71%

R = 54.29%
G = 0%
B = 45.71%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#B10095 (or 0xB10095) is known color: Medium Violet Red. HEX triplet: B1, 00 and 95. RGB value is (177,0,149). Sum of RGB (Red+Green+Blue) = 177+0+149=326 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.29% from 326); Green value is 0 (0.39% from 255 or 0% from 326); Blue value is 149 (58.59% from 255 or 45.71% from 326); Max value from RGB is 177 - color contains mainly: red. Hex color #B10095 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10095 is #4EFF6A. Grayscale: #454545. Windows color (decimal): -5177195 or 9765041. OLE color: 9765041.

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

Color convert

RGB 177 0 149 -
CMYK 0 1 0.16 0.31
HSL 309.49º 1% 0.35% -
HSV(B) 309.49º 1% 0.69% -
XYZ 23.56 11.52 29.42 -
YUV 69.91 172.64 204.38 -
System Red Green Blue C M Y K H S L
Decimal 177 0 149 0 1 0.16 0.31 309.49 1 0.35
Hex B1 0 95 0 64 10 1F 135 64 23
Octal 261 0 225 0 144 20 37 465 144 43
Binary 10110001 0 10010101 0 1100100 10000 11111 100110101 1100100 100011

Color Harmonies of #B10095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10095

Black with #B10095

Text Example


Text Example

White with #B10095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10095; }

 p { color: rgb(177,0,149); }

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

background-color css

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

 a { background-color: rgb(177,0,149); }

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

border-color css

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

 span { border-color: rgb(177,0,149); }

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