#B907A4

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

Shades of Medium Violet Red #B907A4

Tints of Medium Violet Red #B907A4

Color information

#B907A4 (or 0xB907A4) is unknown color: approx Medium Violet Red. HEX triplet: B9, 07 and A4. RGB value is (185,7,164). Sum of RGB (Red+Green+Blue) = 185+7+164=356 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.97% from 356); Green value is 7 (3.12% from 255 or 1.97% from 356); Blue value is 164 (64.45% from 255 or 46.07% from 356); Max value from RGB is 185 - color contains mainly: red. Hex color #B907A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B907A4 is #46F85B. Grayscale: #4D4D4D. Windows color (decimal): -4651100 or 10749881. OLE color: 10749881.

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

Color convert

RGB1857164-
CMYK00.960.110.27
HSL307.08º92.71%37.65%-
HSV(B)307.08º96.22%72.55%-
XYZ26.7813.1536.25-
YUV78.12176.47204.23-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.97%
GREEN value IS 7 (3.12% from 255) = 1.97%
BLUE value IS 164 (64.45% from 255) = 46.07%
R=51.97%
G=1.97%
B=46.07%

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
Decimal185716400.960.110.27307.0892.7137.65
HexB97A4060B1B1335d26
Octal27172440140133346313546
Binary1011100111110100100011000001011110111001100111011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B907A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B907A4; }

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

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

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

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

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

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

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

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