#B06AFA

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

Shades of Medium Purple #B06AFA

Tints of Medium Purple #B06AFA

Color information

#B06AFA (or 0xB06AFA) is unknown color: approx Medium Purple. HEX triplet: B0, 6A and FA. RGB value is (176,106,250). Sum of RGB (Red+Green+Blue) = 176+106+250=532 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.08% from 532); Green value is 106 (41.80% from 255 or 19.92% from 532); Blue value is 250 (98.05% from 255 or 46.99% from 532); Max value from RGB is 250 - color contains mainly: blue. Hex color #B06AFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B06AFA is #4F9505. Grayscale: #8E8E8E. Windows color (decimal): -5215494 or 16411312. OLE color: 16411312.

HSL color Cylindrical-coordinate representation of color #B06AFA: hue angle of 269.17º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B06AFA is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB176106250-
CMYK0.300.5800.02
HSL269.17º93.51%69.8%-
HSV(B)269.17º57.6%98.04%-
XYZ40.3126.4493.42-
YUV143.35188.19151.29-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.08%
GREEN value IS 106 (41.80% from 255) = 19.92%
BLUE value IS 250 (98.05% from 255) = 46.99%
R=33.08%
G=19.92%
B=46.99%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1761062500.300.5800.02269.1793.5169.8
HexB06AFA1E3A0210d5e46
Octal260152372367202415136106
Binary101100001101010111110101111011101001010000110110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06AFA; }

 p { color: rgb(176,106,250); }

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

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

 a { background-color: rgb(176,106,250); }

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

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

 span { border-color: rgb(176,106,250); }

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