Html Css Color HEX #B01188 Medium Violet Red

📋 copy color: '#B01188'

red 176 ◦ green 17 ◦ blue 136

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

Shades of Medium Violet Red #B01188

Tints of Medium Violet Red #B01188

RGB

 RED value IS 176 (69.14% from 255) = 53.5%

 GREEN value IS 17 (7.03% from 255) = 5.17%

 BLUE value IS 136 (53.52% from 255) = 41.34%

R = 53.5%
G = 5.17%
B = 41.34%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#B01188 (or 0xB01188) is known color: Medium Violet Red. HEX triplet: B0, 11 and 88. RGB value is (176,17,136). Sum of RGB (Red+Green+Blue) = 176+17+136=329 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.50% from 329); Green value is 17 (7.03% from 255 or 5.17% from 329); Blue value is 136 (53.52% from 255 or 41.34% from 329); Max value from RGB is 176 - color contains mainly: red. Hex color #B01188 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B01188 is #4FEE77. Grayscale: #4D4D4D. Windows color (decimal): -5238392 or 8917424. OLE color: 8917424.

HSL color Cylindrical-coordinate representation of color #B01188: hue angle of 315.09º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B01188 is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 17 136 -
CMYK 0 0.90 0.23 0.31
HSL 315.09º 0.82% 0.38% -
HSV(B) 315.09º 0.9% 0.69% -
XYZ 22.55 11.41 24.31 -
YUV 78.11 160.68 197.82 -
System Red Green Blue C M Y K H S L
Decimal 176 17 136 0 0.90 0.23 0.31 315.09 0.82 0.38
Hex B0 11 88 0 5A 17 1F 13B 52 26
Octal 260 21 210 0 132 27 37 473 122 46
Binary 10110000 10001 10001000 0 1011010 10111 11111 100111011 1010010 100110

Color Harmonies of #B01188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01188

Black with #B01188

Text Example


Text Example

White with #B01188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01188; }

 p { color: rgb(176,17,136); }

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

background-color css

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

 a { background-color: rgb(176,17,136); }

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

border-color css

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

 span { border-color: rgb(176,17,136); }

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