#b06bfe

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

Shades of Medium Purple #B06BFE

Tints of Medium Purple #B06BFE

Color information

#B06BFE (or 0xB06BFE) is unknown color: approx Medium Purple. HEX triplet: B0, 6B and FE. RGB value is (176,107,254). Sum of RGB (Red+Green+Blue) = 176+107+254=537 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.77% from 537); Green value is 107 (42.19% from 255 or 19.93% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #B06BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B06BFE is #4F9401. Grayscale: #8F8F8F. Windows color (decimal): -5215234 or 16673712. OLE color: 16673712.

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

Color convert

RGB176107254-
CMYK0.310.5800.00
HSL268.16º98.66%70.78%-
HSV(B)268.16º57.87%99.61%-
XYZ41.0526.996.79-
YUV144.39189.86150.55-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.77%
GREEN value IS 107 (42.19% from 255) = 19.93%
BLUE value IS 254 (99.61% from 255) = 47.30%
R=32.77%
G=19.93%
B=47.30%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1761072540.310.5800.00268.1698.6670.78
HexB06BFE1F3A0010c6347
Octal260153376377200414143107
Binary10110000110101111111110111111110100010000110011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b06bfe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b06bfe; }

 p { color: rgb(176,107,254); }

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

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

 a { background-color: rgb(176,107,254); }

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

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

 span { border-color: rgb(176,107,254); }

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