Html Css Color HEX #B10195 Medium Violet Red

📋 copy color: '#B10195'

red 177 ◦ green 1 ◦ blue 149

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

Shades of Medium Violet Red #B10195

Tints of Medium Violet Red #B10195

RGB

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

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

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

R = 54.13%
G = 0.31%
B = 45.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#B10195 (or 0xB10195) is known color: Medium Violet Red. HEX triplet: B1, 01 and 95. RGB value is (177,1,149). Sum of RGB (Red+Green+Blue) = 177+1+149=327 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.13% from 327); Green value is 1 (0.78% from 255 or 0.31% from 327); Blue value is 149 (58.59% from 255 or 45.57% from 327); Max value from RGB is 177 - color contains mainly: red. Hex color #B10195 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10195 is #4EFE6A. Grayscale: #464646. Windows color (decimal): -5176939 or 9765297. OLE color: 9765297.

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

Color convert

RGB 177 1 149 -
CMYK 0 0.99 0.16 0.31
HSL 309.55º 0.99% 0.35% -
HSV(B) 309.55º 0.99% 0.69% -
XYZ 23.57 11.54 29.42 -
YUV 70.5 172.31 203.97 -
System Red Green Blue C M Y K H S L
Decimal 177 1 149 0 0.99 0.16 0.31 309.55 0.99 0.35
Hex B1 1 95 0 63 10 1F 136 63 23
Octal 261 1 225 0 143 20 37 466 143 43
Binary 10110001 1 10010101 0 1100011 10000 11111 100110110 1100011 100011

Color Harmonies of #B10195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10195

Black with #B10195

Text Example


Text Example

White with #B10195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10195; }

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

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

background-color css

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

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

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

border-color css

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

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

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