Html Css Color HEX #B01185 Medium Violet Red

📋 copy color: '#B01185'

red 176 ◦ green 17 ◦ blue 133

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

Shades of Medium Violet Red #B01185

Tints of Medium Violet Red #B01185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 40.8%

R = 53.99%
G = 5.21%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#B01185 (or 0xB01185) is known color: Medium Violet Red. HEX triplet: B0, 11 and 85. RGB value is (176,17,133). Sum of RGB (Red+Green+Blue) = 176+17+133=326 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.99% from 326); Green value is 17 (7.03% from 255 or 5.21% from 326); Blue value is 133 (52.34% from 255 or 40.80% from 326); Max value from RGB is 176 - color contains mainly: red. Hex color #B01185 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B01185 is #4FEE7A. Grayscale: #4D4D4D. Windows color (decimal): -5238395 or 8720816. OLE color: 8720816.

HSL color Cylindrical-coordinate representation of color #B01185: hue angle of 316.23º 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 #B01185 is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 17 133 -
CMYK 0 0.90 0.24 0.31
HSL 316.23º 0.82% 0.38% -
HSV(B) 316.23º 0.9% 0.69% -
XYZ 22.34 11.32 23.2 -
YUV 77.77 159.18 198.07 -
System Red Green Blue C M Y K H S L
Decimal 176 17 133 0 0.90 0.24 0.31 316.23 0.82 0.38
Hex B0 11 85 0 5A 18 1F 13C 52 26
Octal 260 21 205 0 132 30 37 474 122 46
Binary 10110000 10001 10000101 0 1011010 11000 11111 100111100 1010010 100110

Color Harmonies of #B01185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01185

Black with #B01185

Text Example


Text Example

White with #B01185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01185; }

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

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

background-color css

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

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

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

border-color css

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

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

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