#B06BFC

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

Shades of Medium Purple #B06BFC

Tints of Medium Purple #B06BFC

Color information

#B06BFC (or 0xB06BFC) is unknown color: approx Medium Purple. HEX triplet: B0, 6B and FC. RGB value is (176,107,252). Sum of RGB (Red+Green+Blue) = 176+107+252=535 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.90% from 535); Green value is 107 (42.19% from 255 or 20% from 535); Blue value is 252 (98.83% from 255 or 47.10% from 535); Max value from RGB is 252 - color contains mainly: blue. Hex color #B06BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B06BFC is #4F9403. Grayscale: #8F8F8F. Windows color (decimal): -5215236 or 16542640. OLE color: 16542640.

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

Color convert

RGB176107252-
CMYK0.300.5800.01
HSL268.55º96.03%70.39%-
HSV(B)268.55º57.54%98.82%-
XYZ40.7326.7795.12-
YUV144.16188.86150.71-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.90%
GREEN value IS 107 (42.19% from 255) = 20%
BLUE value IS 252 (98.83% from 255) = 47.10%
R=32.90%
G=20%
B=47.10%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1761072520.300.5800.01268.5596.0370.39
HexB06BFC1E3A0110d6046
Octal260153374367201415140106
Binary10110000110101111111100111101110100110000110111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06BFC; }

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

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

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

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

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

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

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

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