Html Css Color HEX #B01881 Medium Violet Red

📋 copy color: '#B01881'

red 176 ◦ green 24 ◦ blue 129

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

Shades of Medium Violet Red #B01881

Tints of Medium Violet Red #B01881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 39.21%

R = 53.5%
G = 7.29%
B = 39.21%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B01881 (or 0xB01881) is known color: Medium Violet Red. HEX triplet: B0, 18 and 81. RGB value is (176,24,129). Sum of RGB (Red+Green+Blue) = 176+24+129=329 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.50% from 329); Green value is 24 (9.77% from 255 or 7.29% from 329); Blue value is 129 (50.78% from 255 or 39.21% from 329); Max value from RGB is 176 - color contains mainly: red. Hex color #B01881 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B01881 is #4FE77E. Grayscale: #515151. Windows color (decimal): -5236607 or 8460464. OLE color: 8460464.

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

Color convert

RGB 176 24 129 -
CMYK 0 0.86 0.27 0.31
HSL 318.55º 0.76% 0.39% -
HSV(B) 318.55º 0.86% 0.69% -
XYZ 22.19 11.47 21.81 -
YUV 81.42 154.86 195.46 -
System Red Green Blue C M Y K H S L
Decimal 176 24 129 0 0.86 0.27 0.31 318.55 0.76 0.39
Hex B0 18 81 0 56 1B 1F 13F 4C 27
Octal 260 30 201 0 126 33 37 477 114 47
Binary 10110000 11000 10000001 0 1010110 11011 11111 100111111 1001100 100111

Color Harmonies of #B01881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01881

Black with #B01881

Text Example


Text Example

White with #B01881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01881; }

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

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

background-color css

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

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

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

border-color css

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

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

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