#B609A0

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

Shades of Medium Violet Red #B609A0

Tints of Medium Violet Red #B609A0

Color information

#B609A0 (or 0xB609A0) is unknown color: approx Medium Violet Red. HEX triplet: B6, 09 and A0. RGB value is (182,9,160). Sum of RGB (Red+Green+Blue) = 182+9+160=351 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.85% from 351); Green value is 9 (3.91% from 255 or 2.56% from 351); Blue value is 160 (62.89% from 255 or 45.58% from 351); Max value from RGB is 182 - color contains mainly: red. Hex color #B609A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B609A0 is #49F65F. Grayscale: #4D4D4D. Windows color (decimal): -4847200 or 10488246. OLE color: 10488246.

HSL color Cylindrical-coordinate representation of color #B609A0: hue angle of 307.63º 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 #B609A0 is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB1829160-
CMYK00.950.120.29
HSL307.63º90.58%37.45%-
HSV(B)307.63º95.05%71.37%-
XYZ25.7312.6834.35-
YUV77.94174.31202.22-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 51.85%
GREEN value IS 9 (3.91% from 255) = 2.56%
BLUE value IS 160 (62.89% from 255) = 45.58%
R=51.85%
G=2.56%
B=45.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182916000.950.120.29307.6390.5837.45
HexB69A005FC1D1345b25
Octal266112400137143546413345
Binary10110110100110100000010111111100111011001101001011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B609A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B609A0; }

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

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

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

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

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

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

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

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