#B07AE6

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

Shades of Medium Purple #B07AE6

Tints of Medium Purple #B07AE6

Color information

#B07AE6 (or 0xB07AE6) is unknown color: approx Medium Purple. HEX triplet: B0, 7A and E6. RGB value is (176,122,230). Sum of RGB (Red+Green+Blue) = 176+122+230=528 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.33% from 528); Green value is 122 (48.05% from 255 or 23.11% from 528); Blue value is 230 (90.23% from 255 or 43.56% from 528); Max value from RGB is 230 - color contains mainly: blue. Hex color #B07AE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B07AE6 is #4F8519. Grayscale: #969696. Windows color (decimal): -5211418 or 15104688. OLE color: 15104688.

HSL color Cylindrical-coordinate representation of color #B07AE6: hue angle of 270º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B07AE6 is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB176122230-
CMYK0.230.4700.10
HSL270º68.35%69.02%-
HSV(B)270º46.96%90.2%-
XYZ39.1528.8678.37-
YUV150.46172.89146.22-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.33%
GREEN value IS 122 (48.05% from 255) = 23.11%
BLUE value IS 230 (90.23% from 255) = 43.56%
R=33.33%
G=23.11%
B=43.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1761222300.230.4700.1027068.3569.02
HexB07AE6172F0A10e4445
Octal2601723462757012416104105
Binary10110000111101011100110101111011110101010000111010001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07AE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07AE6; }

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

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

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

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

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

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

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

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