#B07AE9

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

Shades of Medium Purple #B07AE9

Tints of Medium Purple #B07AE9

Color information

#B07AE9 (or 0xB07AE9) is unknown color: approx Medium Purple. HEX triplet: B0, 7A and E9. RGB value is (176,122,233). Sum of RGB (Red+Green+Blue) = 176+122+233=531 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.15% from 531); Green value is 122 (48.05% from 255 or 22.98% from 531); Blue value is 233 (91.41% from 255 or 43.88% from 531); Max value from RGB is 233 - color contains mainly: blue. Hex color #B07AE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B07AE9 is #4F8516. Grayscale: #969696. Windows color (decimal): -5211415 or 15301296. OLE color: 15301296.

HSL color Cylindrical-coordinate representation of color #B07AE9: hue angle of 269.19º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B07AE9 is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB176122233-
CMYK0.240.4800.09
HSL269.19º71.61%69.61%-
HSV(B)269.19º47.64%91.37%-
XYZ39.5729.0380.61-
YUV150.8174.39145.97-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.15%
GREEN value IS 122 (48.05% from 255) = 22.98%
BLUE value IS 233 (91.41% from 255) = 43.88%
R=33.15%
G=22.98%
B=43.88%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1761222330.240.4800.09269.1971.6169.61
HexB07AE918300910d4846
Octal2601723513060011415110106
Binary10110000111101011101001110001100000100110000110110010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07AE9; }

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

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

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

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

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

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

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

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