#B009A0

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

Shades of Medium Violet Red #B009A0

Tints of Medium Violet Red #B009A0

Color information

#B009A0 (or 0xB009A0) is unknown color: approx Medium Violet Red. HEX triplet: B0, 09 and A0. RGB value is (176,9,160). Sum of RGB (Red+Green+Blue) = 176+9+160=345 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.01% from 345); Green value is 9 (3.91% from 255 or 2.61% from 345); Blue value is 160 (62.89% from 255 or 46.38% from 345); Max value from RGB is 176 - color contains mainly: red. Hex color #B009A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B009A0 is #4FF65F. Grayscale: #4B4B4B. Windows color (decimal): -5240416 or 10488240. OLE color: 10488240.

HSL color Cylindrical-coordinate representation of color #B009A0: hue angle of 305.75º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B009A0 is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB1769160-
CMYK00.950.090.31
HSL305.75º90.27%36.27%-
HSV(B)305.75º94.89%69.02%-
XYZ24.3511.9634.28-
YUV76.15175.33199.22-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.01%
GREEN value IS 9 (3.91% from 255) = 2.61%
BLUE value IS 160 (62.89% from 255) = 46.38%
R=51.01%
G=2.61%
B=46.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176916000.950.090.31305.7590.2736.27
HexB09A005F91F1325a24
Octal260112400137113746213244
Binary10110000100110100000010111111001111111001100101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B009A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B009A0; }

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

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

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

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

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

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

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

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