#B60F7B

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

Shades of Medium Violet Red #B60F7B

Tints of Medium Violet Red #B60F7B

Color information

#B60F7B (or 0xB60F7B) is unknown color: approx Medium Violet Red. HEX triplet: B6, 0F and 7B. RGB value is (182,15,123). Sum of RGB (Red+Green+Blue) = 182+15+123=320 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.88% from 320); Green value is 15 (6.25% from 255 or 4.69% from 320); Blue value is 123 (48.44% from 255 or 38.44% from 320); Max value from RGB is 182 - color contains mainly: red. Hex color #B60F7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60F7B is #49F084. Grayscale: #4C4C4C. Windows color (decimal): -4845701 or 8064950. OLE color: 8064950.

HSL color Cylindrical-coordinate representation of color #B60F7B: hue angle of 321.2º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B60F7B is Cyan = 0, Magento = 0.92, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB18215123-
CMYK00.920.320.29
HSL321.2º84.77%38.63%-
HSV(B)321.2º91.76%71.37%-
XYZ23.0411.7219.79-
YUV77.24153.83202.72-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 56.88%
GREEN value IS 15 (6.25% from 255) = 4.69%
BLUE value IS 123 (48.44% from 255) = 38.44%
R=56.88%
G=4.69%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821512300.920.320.29321.284.7738.63
HexB6F7B05C201D1415527
Octal266171730134403550112547
Binary101101101111111101101011100100000111011010000011010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60F7B; }

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

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

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

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

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

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

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

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