#B07AE1

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

Shades of Medium Purple #B07AE1

Tints of Medium Purple #B07AE1

Color information

#B07AE1 (or 0xB07AE1) is unknown color: approx Medium Purple. HEX triplet: B0, 7A and E1. RGB value is (176,122,225). Sum of RGB (Red+Green+Blue) = 176+122+225=523 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.65% from 523); Green value is 122 (48.05% from 255 or 23.33% from 523); Blue value is 225 (88.28% from 255 or 43.02% from 523); Max value from RGB is 225 - color contains mainly: blue. Hex color #B07AE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07AE1 is #4F851E. Grayscale: #959595. Windows color (decimal): -5211423 or 14777008. OLE color: 14777008.

HSL color Cylindrical-coordinate representation of color #B07AE1: hue angle of 271.46º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B07AE1 is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB176122225-
CMYK0.220.4600.12
HSL271.46º63.19%68.04%-
HSV(B)271.46º45.78%88.24%-
XYZ38.4528.5974.72-
YUV149.89170.39146.62-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.65%
GREEN value IS 122 (48.05% from 255) = 23.33%
BLUE value IS 225 (88.28% from 255) = 43.02%
R=33.65%
G=23.33%
B=43.02%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1761222250.220.4600.12271.4663.1968.04
HexB07AE1162E0C10f3f44
Octal260172341265601441777104
Binary1011000011110101110000110110101110011001000011111111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07AE1; }

 p { color: rgb(176,122,225); }

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

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

 a { background-color: rgb(176,122,225); }

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

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

 span { border-color: rgb(176,122,225); }

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