#B00F7B

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

Shades of Medium Violet Red #B00F7B

Tints of Medium Violet Red #B00F7B

Color information

#B00F7B (or 0xB00F7B) is unknown color: approx Medium Violet Red. HEX triplet: B0, 0F and 7B. RGB value is (176,15,123). Sum of RGB (Red+Green+Blue) = 176+15+123=314 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.05% from 314); Green value is 15 (6.25% from 255 or 4.78% from 314); Blue value is 123 (48.44% from 255 or 39.17% from 314); Max value from RGB is 176 - color contains mainly: red. Hex color #B00F7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00F7B is #4FF084. Grayscale: #4B4B4B. Windows color (decimal): -5238917 or 8064944. OLE color: 8064944.

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

Color convert

RGB17615123-
CMYK00.910.300.31
HSL319.75º84.29%37.45%-
HSV(B)319.75º91.48%69.02%-
XYZ21.651119.72-
YUV75.45154.84199.72-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 56.05%
GREEN value IS 15 (6.25% from 255) = 4.78%
BLUE value IS 123 (48.44% from 255) = 39.17%
R=56.05%
G=4.78%
B=39.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761512300.910.300.31319.7584.2937.45
HexB0F7B05B1E1F1405425
Octal260171730133363750012445
Binary10110000111111110110101101111110111111010000001010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00F7B; }

 p { color: rgb(176,15,123); }

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

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

 a { background-color: rgb(176,15,123); }

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

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

 span { border-color: rgb(176,15,123); }

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