#B908A4

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

Shades of Medium Violet Red #B908A4

Tints of Medium Violet Red #B908A4

Color information

#B908A4 (or 0xB908A4) is unknown color: approx Medium Violet Red. HEX triplet: B9, 08 and A4. RGB value is (185,8,164). Sum of RGB (Red+Green+Blue) = 185+8+164=357 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.82% from 357); Green value is 8 (3.52% from 255 or 2.24% from 357); Blue value is 164 (64.45% from 255 or 45.94% from 357); Max value from RGB is 185 - color contains mainly: red. Hex color #B908A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B908A4 is #46F75B. Grayscale: #4E4E4E. Windows color (decimal): -4650844 or 10750137. OLE color: 10750137.

HSL color Cylindrical-coordinate representation of color #B908A4: hue angle of 307.12º 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 #B908A4 is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB1858164-
CMYK00.960.110.27
HSL307.12º91.71%37.84%-
HSV(B)307.12º95.68%72.55%-
XYZ26.813.1736.25-
YUV78.71176.14203.82-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.82%
GREEN value IS 8 (3.52% from 255) = 2.24%
BLUE value IS 164 (64.45% from 255) = 45.94%
R=51.82%
G=2.24%
B=45.94%

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
Decimal185816400.960.110.27307.1291.7137.84
HexB98A4060B1B1335c26
Octal271102440140133346313446
Binary10111001100010100100011000001011110111001100111011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B908A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B908A4; }

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

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

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

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

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

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

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

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