#B06DE8

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

Shades of Medium Purple #B06DE8

Tints of Medium Purple #B06DE8

Color information

#B06DE8 (or 0xB06DE8) is unknown color: approx Medium Purple. HEX triplet: B0, 6D and E8. RGB value is (176,109,232). Sum of RGB (Red+Green+Blue) = 176+109+232=517 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.04% from 517); Green value is 109 (42.97% from 255 or 21.08% from 517); Blue value is 232 (91.02% from 255 or 44.87% from 517); Max value from RGB is 232 - color contains mainly: blue. Hex color #B06DE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B06DE8 is #4F9217. Grayscale: #8E8E8E. Windows color (decimal): -5214744 or 15232432. OLE color: 15232432.

HSL color Cylindrical-coordinate representation of color #B06DE8: hue angle of 272.68º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B06DE8 is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB176109232-
CMYK0.240.5300.09
HSL272.68º72.78%66.86%-
HSV(B)272.68º53.02%90.98%-
XYZ37.9425.9979.36-
YUV143.06178.2151.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.04%
GREEN value IS 109 (42.97% from 255) = 21.08%
BLUE value IS 232 (91.02% from 255) = 44.87%
R=34.04%
G=21.08%
B=44.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1761092320.240.5300.09272.6872.7866.86
HexB06DE81835091114943
Octal2601553503065011421111103
Binary10110000110110111101000110001101010100110001000110010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06DE8; }

 p { color: rgb(176,109,232); }

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

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

 a { background-color: rgb(176,109,232); }

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

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

 span { border-color: rgb(176,109,232); }

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