Html Css Color HEX #B01899 Medium Violet Red

📋 copy color: '#B01899'

red 176 ◦ green 24 ◦ blue 153

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

Shades of Medium Violet Red #B01899

Tints of Medium Violet Red #B01899

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.8%

 BLUE value IS 153 (60.16% from 255) = 43.34%

R = 49.86%
G = 6.8%
B = 43.34%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#B01899 (or 0xB01899) is known color: Medium Violet Red. HEX triplet: B0, 18 and 99. RGB value is (176,24,153). Sum of RGB (Red+Green+Blue) = 176+24+153=353 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.86% from 353); Green value is 24 (9.77% from 255 or 6.80% from 353); Blue value is 153 (60.16% from 255 or 43.34% from 353); Max value from RGB is 176 - color contains mainly: red. Hex color #B01899 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B01899 is #4FE766. Grayscale: #535353. Windows color (decimal): -5236583 or 10033328. OLE color: 10033328.

HSL color Cylindrical-coordinate representation of color #B01899: hue angle of 309.08º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B01899 is Cyan = 0, Magento = 0.86, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 24 153 -
CMYK 0 0.86 0.13 0.31
HSL 309.08º 0.76% 0.39% -
HSV(B) 309.08º 0.86% 0.69% -
XYZ 23.98 12.18 31.22 -
YUV 84.15 166.86 193.51 -
System Red Green Blue C M Y K H S L
Decimal 176 24 153 0 0.86 0.13 0.31 309.08 0.76 0.39
Hex B0 18 99 0 56 D 1F 135 4C 27
Octal 260 30 231 0 126 15 37 465 114 47
Binary 10110000 11000 10011001 0 1010110 1101 11111 100110101 1001100 100111

Color Harmonies of #B01899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01899

Black with #B01899

Text Example


Text Example

White with #B01899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01899; }

 p { color: rgb(176,24,153); }

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

background-color css

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

 a { background-color: rgb(176,24,153); }

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

border-color css

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

 span { border-color: rgb(176,24,153); }

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