#B07AED

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

Shades of Medium Purple #B07AED

Tints of Medium Purple #B07AED

Color information

#B07AED (or 0xB07AED) is unknown color: approx Medium Purple. HEX triplet: B0, 7A and ED. RGB value is (176,122,237). Sum of RGB (Red+Green+Blue) = 176+122+237=535 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.90% from 535); Green value is 122 (48.05% from 255 or 22.80% from 535); Blue value is 237 (92.97% from 255 or 44.30% from 535); Max value from RGB is 237 - color contains mainly: blue. Hex color #B07AED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B07AED is #4F8512. Grayscale: #969696. Windows color (decimal): -5211411 or 15563440. OLE color: 15563440.

HSL color Cylindrical-coordinate representation of color #B07AED: hue angle of 268.17º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B07AED is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB176122237-
CMYK0.260.4900.07
HSL268.17º76.16%70.39%-
HSV(B)268.17º48.52%92.94%-
XYZ40.1529.2683.65-
YUV151.26176.39145.65-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.90%
GREEN value IS 122 (48.05% from 255) = 22.80%
BLUE value IS 237 (92.97% from 255) = 44.30%
R=32.90%
G=22.80%
B=44.30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1761222370.260.4900.07268.1776.1670.39
HexB07AED1A310710c4c46
Octal260172355326107414114106
Binary1011000011110101110110111010110001011110000110010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07AED; }

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

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

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

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

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

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

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

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