Html Css Color HEX #B10198 Medium Violet Red

📋 copy color: '#B10198'

red 177 ◦ green 1 ◦ blue 152

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

Shades of Medium Violet Red #B10198

Tints of Medium Violet Red #B10198

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

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

R = 53.64%
G = 0.3%
B = 46.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#B10198 (or 0xB10198) is known color: Medium Violet Red. HEX triplet: B1, 01 and 98. RGB value is (177,1,152). Sum of RGB (Red+Green+Blue) = 177+1+152=330 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.64% from 330); Green value is 1 (0.78% from 255 or 0.30% from 330); Blue value is 152 (59.77% from 255 or 46.06% from 330); Max value from RGB is 177 - color contains mainly: red. Hex color #B10198 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10198 is #4EFE67. Grayscale: #464646. Windows color (decimal): -5176936 or 9961905. OLE color: 9961905.

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

Color convert

RGB 177 1 152 -
CMYK 0 0.99 0.14 0.31
HSL 308.52º 0.99% 0.35% -
HSV(B) 308.52º 0.99% 0.69% -
XYZ 23.81 11.64 30.7 -
YUV 70.84 173.81 203.72 -
System Red Green Blue C M Y K H S L
Decimal 177 1 152 0 0.99 0.14 0.31 308.52 0.99 0.35
Hex B1 1 98 0 63 E 1F 135 63 23
Octal 261 1 230 0 143 16 37 465 143 43
Binary 10110001 1 10011000 0 1100011 1110 11111 100110101 1100011 100011

Color Harmonies of #B10198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10198

Black with #B10198

Text Example


Text Example

White with #B10198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10198; }

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

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

background-color css

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

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

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

border-color css

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

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

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