#b06bff

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

Shades of Medium Purple #B06BFF

Tints of Medium Purple #B06BFF

Color information

#B06BFF (or 0xB06BFF) is unknown color: approx Medium Purple. HEX triplet: B0, 6B and FF. RGB value is (176,107,255). Sum of RGB (Red+Green+Blue) = 176+107+255=538 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.71% from 538); Green value is 107 (42.19% from 255 or 19.89% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #B06BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B06BFF is #4F9400. Grayscale: #8F8F8F. Windows color (decimal): -5215233 or 16739248. OLE color: 16739248.

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

Color convert

RGB176107255-
CMYK0.310.5800
HSL267.97º100%70.98%-
HSV(B)267.97º58.04%100%-
XYZ41.2126.9797.64-
YUV144.5190.36150.47-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.71%
GREEN value IS 107 (42.19% from 255) = 19.89%
BLUE value IS 255 (100% from 255) = 47.40%
R=32.71%
G=19.89%
B=47.40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1761072550.310.5800267.9710070.98
HexB06BFF1F3A0010c6447
Octal260153377377200414144107
Binary10110000110101111111111111111110100010000110011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b06bff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b06bff; }

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

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

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

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

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

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

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

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