#B266FF

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

Shades of Medium Purple #B266FF

Tints of Medium Purple #B266FF

Color information

#B266FF (or 0xB266FF) is unknown color: approx Medium Purple. HEX triplet: B2, 66 and FF. RGB value is (178,102,255). Sum of RGB (Red+Green+Blue) = 178+102+255=535 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.27% from 535); Green value is 102 (40.23% from 255 or 19.07% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #B266FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B266FF is #4D9900. Grayscale: #8D8D8D. Windows color (decimal): -5085441 or 16737970. OLE color: 16737970.

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

Color convert

RGB178102255-
CMYK0.300.600
HSL269.8º100%70%-
HSV(B)269.8º60%100%-
XYZ41.1626.1997.49-
YUV142.17191.68153.56-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.27%
GREEN value IS 102 (40.23% from 255) = 19.07%
BLUE value IS 255 (100% from 255) = 47.66%
R=33.27%
G=19.07%
B=47.66%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1781022550.300.600269.810070
HexB266FF1E3C0010e6446
Octal262146377367400416144106
Binary10110010110011011111111111101111000010000111011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B266FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B266FF; }

 p { color: rgb(178,102,255); }

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

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

 a { background-color: rgb(178,102,255); }

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

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

 span { border-color: rgb(178,102,255); }

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