Html Css Color HEX #B10598 Medium Violet Red

📋 copy color: '#B10598'

red 177 ◦ green 5 ◦ blue 152

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

Shades of Medium Violet Red #B10598

Tints of Medium Violet Red #B10598

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.5%

 BLUE value IS 152 (59.77% from 255) = 45.51%

R = 52.99%
G = 1.5%
B = 45.51%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#B10598 (or 0xB10598) is known color: Medium Violet Red. HEX triplet: B1, 05 and 98. RGB value is (177,5,152). Sum of RGB (Red+Green+Blue) = 177+5+152=334 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.99% from 334); Green value is 5 (2.34% from 255 or 1.50% from 334); Blue value is 152 (59.77% from 255 or 45.51% from 334); Max value from RGB is 177 - color contains mainly: red. Hex color #B10598 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10598 is #4EFA67. Grayscale: #484848. Windows color (decimal): -5175912 or 9962929. OLE color: 9962929.

HSL color Cylindrical-coordinate representation of color #B10598: hue angle of 308.72º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B10598 is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 5 152 -
CMYK 0 0.97 0.14 0.31
HSL 308.72º 0.95% 0.36% -
HSV(B) 308.72º 0.97% 0.69% -
XYZ 23.85 11.72 30.71 -
YUV 73.19 172.48 202.05 -
System Red Green Blue C M Y K H S L
Decimal 177 5 152 0 0.97 0.14 0.31 308.72 0.95 0.36
Hex B1 5 98 0 61 E 1F 135 5F 24
Octal 261 5 230 0 141 16 37 465 137 44
Binary 10110001 101 10011000 0 1100001 1110 11111 100110101 1011111 100100

Color Harmonies of #B10598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10598

Black with #B10598

Text Example


Text Example

White with #B10598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10598; }

 p { color: rgb(177,5,152); }

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

background-color css

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

 a { background-color: rgb(177,5,152); }

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

border-color css

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

 span { border-color: rgb(177,5,152); }

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