#B908A5

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

Shades of Medium Violet Red #B908A5

Tints of Medium Violet Red #B908A5

Color information

#B908A5 (or 0xB908A5) is unknown color: approx Medium Violet Red. HEX triplet: B9, 08 and A5. RGB value is (185,8,165). Sum of RGB (Red+Green+Blue) = 185+8+165=358 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.68% from 358); Green value is 8 (3.52% from 255 or 2.23% from 358); Blue value is 165 (64.84% from 255 or 46.09% from 358); Max value from RGB is 185 - color contains mainly: red. Hex color #B908A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B908A5 is #46F75A. Grayscale: #4E4E4E. Windows color (decimal): -4650843 or 10815673. OLE color: 10815673.

HSL color Cylindrical-coordinate representation of color #B908A5: hue angle of 306.78º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B908A5 is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB1858165-
CMYK00.960.110.27
HSL306.78º91.71%37.84%-
HSV(B)306.78º95.68%72.55%-
XYZ26.8913.236.73-
YUV78.82176.64203.73-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.68%
GREEN value IS 8 (3.52% from 255) = 2.23%
BLUE value IS 165 (64.84% from 255) = 46.09%
R=51.68%
G=2.23%
B=46.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185816500.960.110.27306.7891.7137.84
HexB98A5060B1B1335c26
Octal271102450140133346313446
Binary10111001100010100101011000001011110111001100111011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B908A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B908A5; }

 p { color: rgb(185,8,165); }

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

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

 a { background-color: rgb(185,8,165); }

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

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

 span { border-color: rgb(185,8,165); }

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