#B00B7A

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

Shades of Medium Violet Red #B00B7A

Tints of Medium Violet Red #B00B7A

Color information

#B00B7A (or 0xB00B7A) is unknown color: approx Medium Violet Red. HEX triplet: B0, 0B and 7A. RGB value is (176,11,122). Sum of RGB (Red+Green+Blue) = 176+11+122=309 (40% of max value = 765). Red value is 176 (69.14% from 255 or 56.96% from 309); Green value is 11 (4.69% from 255 or 3.56% from 309); Blue value is 122 (48.05% from 255 or 39.48% from 309); Max value from RGB is 176 - color contains mainly: red. Hex color #B00B7A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00B7A is #4FF485. Grayscale: #484848. Windows color (decimal): -5239942 or 7998384. OLE color: 7998384.

HSL color Cylindrical-coordinate representation of color #B00B7A: hue angle of 319.64º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B00B7A is Cyan = 0, Magento = 0.94, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB17611122-
CMYK00.940.310.31
HSL319.64º88.24%36.67%-
HSV(B)319.64º93.75%69.02%-
XYZ21.5410.8719.38-
YUV72.99155.66201.47-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 56.96%
GREEN value IS 11 (4.69% from 255) = 3.56%
BLUE value IS 122 (48.05% from 255) = 39.48%
R=56.96%
G=3.56%
B=39.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761112200.940.310.31319.6488.2436.67
HexB0B7A05E1F1F1405825
Octal260131720136373750013045
Binary10110000101111110100101111011111111111010000001011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00B7A; }

 p { color: rgb(176,11,122); }

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

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

 a { background-color: rgb(176,11,122); }

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

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

 span { border-color: rgb(176,11,122); }

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