Html Css Color HEX #B11098 Medium Violet Red

📋 copy color: '#B11098'

red 177 ◦ green 16 ◦ blue 152

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

Shades of Medium Violet Red #B11098

Tints of Medium Violet Red #B11098

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.64%

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

R = 51.3%
G = 4.64%
B = 44.06%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#B11098 (or 0xB11098) is known color: Medium Violet Red. HEX triplet: B1, 10 and 98. RGB value is (177,16,152). Sum of RGB (Red+Green+Blue) = 177+16+152=345 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.30% from 345); Green value is 16 (6.64% from 255 or 4.64% from 345); Blue value is 152 (59.77% from 255 or 44.06% from 345); Max value from RGB is 177 - color contains mainly: red. Hex color #B11098 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B11098 is #4EEF67. Grayscale: #4F4F4F. Windows color (decimal): -5173096 or 9965745. OLE color: 9965745.

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

Color convert

RGB 177 16 152 -
CMYK 0 0.91 0.14 0.31
HSL 309.32º 0.83% 0.38% -
HSV(B) 309.32º 0.91% 0.69% -
XYZ 23.98 11.98 30.75 -
YUV 79.64 168.84 197.44 -
System Red Green Blue C M Y K H S L
Decimal 177 16 152 0 0.91 0.14 0.31 309.32 0.83 0.38
Hex B1 10 98 0 5B E 1F 135 53 26
Octal 261 20 230 0 133 16 37 465 123 46
Binary 10110001 10000 10011000 0 1011011 1110 11111 100110101 1010011 100110

Color Harmonies of #B11098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11098

Black with #B11098

Text Example


Text Example

White with #B11098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11098; }

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

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

background-color css

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

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

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

border-color css

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

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

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