Html Css Color HEX #B10487 Medium Violet Red

📋 copy color: '#B10487'

red 177 ◦ green 4 ◦ blue 135

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

Shades of Medium Violet Red #B10487

Tints of Medium Violet Red #B10487

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 42.72%

R = 56.01%
G = 1.27%
B = 42.72%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#B10487 (or 0xB10487) is known color: Medium Violet Red. HEX triplet: B1, 04 and 87. RGB value is (177,4,135). Sum of RGB (Red+Green+Blue) = 177+4+135=316 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.01% from 316); Green value is 4 (1.95% from 255 or 1.27% from 316); Blue value is 135 (53.12% from 255 or 42.72% from 316); Max value from RGB is 177 - color contains mainly: red. Hex color #B10487 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10487 is #4EFB78. Grayscale: #464646. Windows color (decimal): -5176185 or 8848561. OLE color: 8848561.

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

Color convert

RGB 177 4 135 -
CMYK 0 0.98 0.24 0.31
HSL 314.57º 0.96% 0.35% -
HSV(B) 314.57º 0.98% 0.69% -
XYZ 22.55 11.18 23.89 -
YUV 70.66 164.31 203.85 -
System Red Green Blue C M Y K H S L
Decimal 177 4 135 0 0.98 0.24 0.31 314.57 0.96 0.35
Hex B1 4 87 0 62 18 1F 13B 60 23
Octal 261 4 207 0 142 30 37 473 140 43
Binary 10110001 100 10000111 0 1100010 11000 11111 100111011 1100000 100011

Color Harmonies of #B10487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10487

Black with #B10487

Text Example


Text Example

White with #B10487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10487; }

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

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

background-color css

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

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

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

border-color css

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

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

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