#B6097A

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

Shades of Medium Violet Red #B6097A

Tints of Medium Violet Red #B6097A

Color information

#B6097A (or 0xB6097A) is unknown color: approx Medium Violet Red. HEX triplet: B6, 09 and 7A. RGB value is (182,9,122). Sum of RGB (Red+Green+Blue) = 182+9+122=313 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.15% from 313); Green value is 9 (3.91% from 255 or 2.88% from 313); Blue value is 122 (48.05% from 255 or 38.98% from 313); Max value from RGB is 182 - color contains mainly: red. Hex color #B6097A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6097A is #49F685. Grayscale: #494949. Windows color (decimal): -4847238 or 7997878. OLE color: 7997878.

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

Color convert

RGB1829122-
CMYK00.950.330.29
HSL320.81º90.58%37.45%-
HSV(B)320.81º95.05%71.37%-
XYZ22.911.5519.43-
YUV73.61155.31205.31-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 58.15%
GREEN value IS 9 (3.91% from 255) = 2.88%
BLUE value IS 122 (48.05% from 255) = 38.98%
R=58.15%
G=2.88%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182912200.950.330.29320.8190.5837.45
HexB697A05F211D1415b25
Octal266111720137413550113345
Binary101101101001111101001011111100001111011010000011011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6097A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6097A; }

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

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

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

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

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

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

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

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