Html Css Color HEX #B10098 Medium Violet Red

📋 copy color: '#B10098'

red 177 ◦ green 0 ◦ blue 152

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

Shades of Medium Violet Red #B10098

Tints of Medium Violet Red #B10098

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 53.8%
G = 0%
B = 46.2%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#B10098 (or 0xB10098) is known color: Medium Violet Red. HEX triplet: B1, 00 and 98. RGB value is (177,0,152). Sum of RGB (Red+Green+Blue) = 177+0+152=329 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.80% from 329); Green value is 0 (0.39% from 255 or 0% from 329); Blue value is 152 (59.77% from 255 or 46.20% from 329); Max value from RGB is 177 - color contains mainly: red. Hex color #B10098 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10098 is #4EFF67. Grayscale: #454545. Windows color (decimal): -5177192 or 9961649. OLE color: 9961649.

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

Color convert

RGB 177 0 152 -
CMYK 0 1 0.14 0.31
HSL 308.47º 1% 0.35% -
HSV(B) 308.47º 1% 0.69% -
XYZ 23.8 11.61 30.69 -
YUV 70.25 174.14 204.14 -
System Red Green Blue C M Y K H S L
Decimal 177 0 152 0 1 0.14 0.31 308.47 1 0.35
Hex B1 0 98 0 64 E 1F 134 64 23
Octal 261 0 230 0 144 16 37 464 144 43
Binary 10110001 0 10011000 0 1100100 1110 11111 100110100 1100100 100011

Color Harmonies of #B10098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10098

Black with #B10098

Text Example


Text Example

White with #B10098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10098; }

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

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

background-color css

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

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

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

border-color css

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

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

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