#B07AFF

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

Shades of Medium Purple #B07AFF

Tints of Medium Purple #B07AFF

Color information

#B07AFF (or 0xB07AFF) is unknown color: approx Medium Purple. HEX triplet: B0, 7A and FF. RGB value is (176,122,255). Sum of RGB (Red+Green+Blue) = 176+122+255=553 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.83% from 553); Green value is 122 (48.05% from 255 or 22.06% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #B07AFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B07AFF is #4F8500. Grayscale: #989898. Windows color (decimal): -5211393 or 16743088. OLE color: 16743088.

HSL color Cylindrical-coordinate representation of color #B07AFF: hue angle of 264.36º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B07AFF is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB176122255-
CMYK0.310.5200
HSL264.36º100%73.92%-
HSV(B)264.36º52.16%100%-
XYZ42.9130.3798.21-
YUV153.31185.39144.19-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.83%
GREEN value IS 122 (48.05% from 255) = 22.06%
BLUE value IS 255 (100% from 255) = 46.11%
R=31.83%
G=22.06%
B=46.11%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1761222550.310.5200264.3610073.92
HexB07AFF1F3400108644a
Octal260172377376400410144112
Binary10110000111101011111111111111101000010000100011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07AFF; }

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

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

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

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

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

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

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

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