#B905A0

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

Shades of Medium Violet Red #B905A0

Tints of Medium Violet Red #B905A0

Color information

#B905A0 (or 0xB905A0) is unknown color: approx Medium Violet Red. HEX triplet: B9, 05 and A0. RGB value is (185,5,160). Sum of RGB (Red+Green+Blue) = 185+5+160=350 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.86% from 350); Green value is 5 (2.34% from 255 or 1.43% from 350); Blue value is 160 (62.89% from 255 or 45.71% from 350); Max value from RGB is 185 - color contains mainly: red. Hex color #B905A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B905A0 is #46FA5F. Grayscale: #4C4C4C. Windows color (decimal): -4651616 or 10487225. OLE color: 10487225.

HSL color Cylindrical-coordinate representation of color #B905A0: hue angle of 308.33º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B905A0 is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB1855160-
CMYK00.970.140.27
HSL308.33º94.74%37.25%-
HSV(B)308.33º97.3%72.55%-
XYZ26.4112.9634.37-
YUV76.49175.13205.4-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 52.86%
GREEN value IS 5 (2.34% from 255) = 1.43%
BLUE value IS 160 (62.89% from 255) = 45.71%
R=52.86%
G=1.43%
B=45.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185516000.970.140.27308.3394.7437.25
HexB95A0061E1B1345f25
Octal27152400141163346413745
Binary1011100110110100000011000011110110111001101001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B905A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B905A0; }

 p { color: rgb(185,5,160); }

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

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

 a { background-color: rgb(185,5,160); }

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

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

 span { border-color: rgb(185,5,160); }

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