#B07AE0

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

Shades of Medium Purple #B07AE0

Tints of Medium Purple #B07AE0

Color information

#B07AE0 (or 0xB07AE0) is unknown color: approx Medium Purple. HEX triplet: B0, 7A and E0. RGB value is (176,122,224). Sum of RGB (Red+Green+Blue) = 176+122+224=522 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.72% from 522); Green value is 122 (48.05% from 255 or 23.37% from 522); Blue value is 224 (87.89% from 255 or 42.91% from 522); Max value from RGB is 224 - color contains mainly: blue. Hex color #B07AE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07AE0 is #4F851F. Grayscale: #959595. Windows color (decimal): -5211424 or 14711472. OLE color: 14711472.

HSL color Cylindrical-coordinate representation of color #B07AE0: hue angle of 271.76º degrees, saturation: 0.62, 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 #B07AE0 is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB176122224-
CMYK0.210.4600.12
HSL271.76º62.2%67.84%-
HSV(B)271.76º45.54%87.84%-
XYZ38.3228.5374.01-
YUV149.77169.89146.71-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.72%
GREEN value IS 122 (48.05% from 255) = 23.37%
BLUE value IS 224 (87.89% from 255) = 42.91%
R=33.72%
G=23.37%
B=42.91%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1761222240.210.4600.12271.7662.267.84
HexB07AE0152E0C1103e44
Octal260172340255601442076104
Binary1011000011110101110000010101101110011001000100001111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07AE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07AE0; }

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

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

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

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

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

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

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

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