#B07AE7

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

Shades of Medium Purple #B07AE7

Tints of Medium Purple #B07AE7

Color information

#B07AE7 (or 0xB07AE7) is unknown color: approx Medium Purple. HEX triplet: B0, 7A and E7. RGB value is (176,122,231). Sum of RGB (Red+Green+Blue) = 176+122+231=529 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.27% from 529); Green value is 122 (48.05% from 255 or 23.06% from 529); Blue value is 231 (90.62% from 255 or 43.67% from 529); Max value from RGB is 231 - color contains mainly: blue. Hex color #B07AE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B07AE7 is #4F8518. Grayscale: #969696. Windows color (decimal): -5211417 or 15170224. OLE color: 15170224.

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

Color convert

RGB176122231-
CMYK0.240.4700.09
HSL269.72º69.43%69.22%-
HSV(B)269.72º47.19%90.59%-
XYZ39.2928.9279.11-
YUV150.57173.39146.14-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.27%
GREEN value IS 122 (48.05% from 255) = 23.06%
BLUE value IS 231 (90.62% from 255) = 43.67%
R=33.27%
G=23.06%
B=43.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1761222310.240.4700.09269.7269.4369.22
HexB07AE7182F0910e4545
Octal2601723473057011416105105
Binary10110000111101011100111110001011110100110000111010001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07AE7; }

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

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

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

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

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

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

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

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