#B6087A

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

Shades of Medium Violet Red #B6087A

Tints of Medium Violet Red #B6087A

Color information

#B6087A (or 0xB6087A) is unknown color: approx Medium Violet Red. HEX triplet: B6, 08 and 7A. RGB value is (182,8,122). Sum of RGB (Red+Green+Blue) = 182+8+122=312 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.33% from 312); Green value is 8 (3.52% from 255 or 2.56% from 312); Blue value is 122 (48.05% from 255 or 39.10% from 312); Max value from RGB is 182 - color contains mainly: red. Hex color #B6087A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6087A is #49F785. Grayscale: #484848. Windows color (decimal): -4847494 or 7997622. OLE color: 7997622.

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

Color convert

RGB1828122-
CMYK00.960.330.29
HSL320.69º91.58%37.25%-
HSV(B)320.69º95.6%71.37%-
XYZ22.8911.5219.43-
YUV73.02155.65205.73-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 58.33%
GREEN value IS 8 (3.52% from 255) = 2.56%
BLUE value IS 122 (48.05% from 255) = 39.10%
R=58.33%
G=2.56%
B=39.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182812200.960.330.29320.6991.5837.25
HexB687A060211D1415c25
Octal266101720140413550113445
Binary101101101000111101001100000100001111011010000011011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6087A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6087A; }

 p { color: rgb(182,8,122); }

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

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

 a { background-color: rgb(182,8,122); }

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

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

 span { border-color: rgb(182,8,122); }

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