#B07AF6

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

Shades of Medium Purple #B07AF6

Tints of Medium Purple #B07AF6

Color information

#B07AF6 (or 0xB07AF6) is unknown color: approx Medium Purple. HEX triplet: B0, 7A and F6. RGB value is (176,122,246). Sum of RGB (Red+Green+Blue) = 176+122+246=544 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.35% from 544); Green value is 122 (48.05% from 255 or 22.43% from 544); Blue value is 246 (96.48% from 255 or 45.22% from 544); Max value from RGB is 246 - color contains mainly: blue. Hex color #B07AF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B07AF6 is #4F8509. Grayscale: #979797. Windows color (decimal): -5211402 or 16153264. OLE color: 16153264.

HSL color Cylindrical-coordinate representation of color #B07AF6: hue angle of 266.13º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B07AF6 is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB176122246-
CMYK0.280.5000.04
HSL266.13º87.32%72.16%-
HSV(B)266.13º50.41%96.47%-
XYZ41.529.890.75-
YUV152.28180.89144.92-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.35%
GREEN value IS 122 (48.05% from 255) = 22.43%
BLUE value IS 246 (96.48% from 255) = 45.22%
R=32.35%
G=22.43%
B=45.22%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1761222460.280.5000.04266.1387.3272.16
HexB07AF61C320410a5748
Octal260172366346204412127110
Binary1011000011110101111011011100110010010010000101010101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07AF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07AF6; }

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

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

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

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

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

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

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

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