Html Css Color HEX #B10493 Medium Violet Red

📋 copy color: '#B10493'

red 177 ◦ green 4 ◦ blue 147

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

Shades of Medium Violet Red #B10493

Tints of Medium Violet Red #B10493

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.22%

 BLUE value IS 147 (57.81% from 255) = 44.82%

R = 53.96%
G = 1.22%
B = 44.82%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#B10493 (or 0xB10493) is known color: Medium Violet Red. HEX triplet: B1, 04 and 93. RGB value is (177,4,147). Sum of RGB (Red+Green+Blue) = 177+4+147=328 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.96% from 328); Green value is 4 (1.95% from 255 or 1.22% from 328); Blue value is 147 (57.81% from 255 or 44.82% from 328); Max value from RGB is 177 - color contains mainly: red. Hex color #B10493 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10493 is #4EFB6C. Grayscale: #474747. Windows color (decimal): -5176173 or 9634993. OLE color: 9634993.

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

Color convert

RGB 177 4 147 -
CMYK 0 0.98 0.17 0.31
HSL 310.4º 0.96% 0.35% -
HSV(B) 310.4º 0.98% 0.69% -
XYZ 23.44 11.54 28.6 -
YUV 72.03 170.31 202.87 -
System Red Green Blue C M Y K H S L
Decimal 177 4 147 0 0.98 0.17 0.31 310.4 0.96 0.35
Hex B1 4 93 0 62 11 1F 136 60 23
Octal 261 4 223 0 142 21 37 466 140 43
Binary 10110001 100 10010011 0 1100010 10001 11111 100110110 1100000 100011

Color Harmonies of #B10493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10493

Black with #B10493

Text Example


Text Example

White with #B10493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10493; }

 p { color: rgb(177,4,147); }

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

background-color css

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

 a { background-color: rgb(177,4,147); }

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

border-color css

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

 span { border-color: rgb(177,4,147); }

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