Html Css Color HEX #B10295 Medium Violet Red

📋 copy color: '#B10295'

red 177 ◦ green 2 ◦ blue 149

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

Shades of Medium Violet Red #B10295

Tints of Medium Violet Red #B10295

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.61%

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

R = 53.96%
G = 0.61%
B = 45.43%

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

#B10295 (or 0xB10295) is known color: Medium Violet Red. HEX triplet: B1, 02 and 95. RGB value is (177,2,149). Sum of RGB (Red+Green+Blue) = 177+2+149=328 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.96% from 328); Green value is 2 (1.17% from 255 or 0.61% from 328); Blue value is 149 (58.59% from 255 or 45.43% from 328); Max value from RGB is 177 - color contains mainly: red. Hex color #B10295 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10295 is #4EFD6A. Grayscale: #464646. Windows color (decimal): -5176683 or 9765553. OLE color: 9765553.

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

Color convert

RGB 177 2 149 -
CMYK 0 0.99 0.16 0.31
HSL 309.6º 0.98% 0.35% -
HSV(B) 309.6º 0.99% 0.69% -
XYZ 23.58 11.56 29.42 -
YUV 71.08 171.98 203.55 -
System Red Green Blue C M Y K H S L
Decimal 177 2 149 0 0.99 0.16 0.31 309.6 0.98 0.35
Hex B1 2 95 0 63 10 1F 136 62 23
Octal 261 2 225 0 143 20 37 466 142 43
Binary 10110001 10 10010101 0 1100011 10000 11111 100110110 1100010 100011

Color Harmonies of #B10295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10295

Black with #B10295

Text Example


Text Example

White with #B10295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10295; }

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

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

background-color css

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

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

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

border-color css

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

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

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