Html Css Color HEX #B10488 Medium Violet Red

📋 copy color: '#B10488'

red 177 ◦ green 4 ◦ blue 136

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

Shades of Medium Violet Red #B10488

Tints of Medium Violet Red #B10488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 42.9%

R = 55.84%
G = 1.26%
B = 42.9%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#B10488 (or 0xB10488) is known color: Medium Violet Red. HEX triplet: B1, 04 and 88. RGB value is (177,4,136). Sum of RGB (Red+Green+Blue) = 177+4+136=317 (41% of max value = 765). Red value is 177 (69.53% from 255 or 55.84% from 317); Green value is 4 (1.95% from 255 or 1.26% from 317); Blue value is 136 (53.52% from 255 or 42.90% from 317); Max value from RGB is 177 - color contains mainly: red. Hex color #B10488 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10488 is #4EFB77. Grayscale: #464646. Windows color (decimal): -5176184 or 8914097. OLE color: 8914097.

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

Color convert

RGB 177 4 136 -
CMYK 0 0.98 0.23 0.31
HSL 314.22º 0.96% 0.35% -
HSV(B) 314.22º 0.98% 0.69% -
XYZ 22.62 11.21 24.26 -
YUV 70.78 164.81 203.77 -
System Red Green Blue C M Y K H S L
Decimal 177 4 136 0 0.98 0.23 0.31 314.22 0.96 0.35
Hex B1 4 88 0 62 17 1F 13A 60 23
Octal 261 4 210 0 142 27 37 472 140 43
Binary 10110001 100 10001000 0 1100010 10111 11111 100111010 1100000 100011

Color Harmonies of #B10488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10488

Black with #B10488

Text Example


Text Example

White with #B10488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10488; }

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

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

background-color css

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

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

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

border-color css

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

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

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