#b01b74

Color #B01B74 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #B01B74

Tints of Medium Violet Red #B01B74

Color information

#B01B74 (or 0xB01B74) is unknown color: approx Medium Violet Red. HEX triplet: B0, 1B and 74. RGB value is (176,27,116). Sum of RGB (Red+Green+Blue) = 176+27+116=319 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55.17% from 319); Green value is 27 (10.94% from 255 or 8.46% from 319); Blue value is 116 (45.70% from 255 or 36.36% from 319); Max value from RGB is 176 - color contains mainly: red. Hex color #B01B74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B01B74 is #4FE48B. Grayscale: #515151. Windows color (decimal): -5235852 or 7609264. OLE color: 7609264.

HSL color Cylindrical-coordinate representation of color #B01B74: hue angle of 324.16º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B01B74 is Cyan = 0, Magento = 0.85, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB17627116-
CMYK00.850.340.31
HSL324.16º73.4%39.8%-
HSV(B)324.16º84.66%69.02%-
XYZ21.4511.2717.57-
YUV81.7147.36195.26-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 55.17%
GREEN value IS 27 (10.94% from 255) = 8.46%
BLUE value IS 116 (45.70% from 255) = 36.36%
R=55.17%
G=8.46%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1762711600.850.340.31324.1673.439.8
HexB01B74055221F1444928
Octal260331640125423750411150
Binary1011000011011111010001010101100010111111010001001001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b01b74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b01b74; }

 p { color: rgb(176,27,116); }

 H1.HeaderClassName
 {
   color: #b01b74;
 }
 .AnyTagClassName
 {
   color: #b01b74;
 }
</style>
background-color css

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

 a { background-color: rgb(176,27,116); }

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

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

 span { border-color: rgb(176,27,116); }

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