#B366FF

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

Shades of Heliotrope #B366FF

Tints of Heliotrope #B366FF

Color information

#B366FF (or 0xB366FF) is unknown color: approx Heliotrope. HEX triplet: B3, 66 and FF. RGB value is (179,102,255). Sum of RGB (Red+Green+Blue) = 179+102+255=536 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.40% from 536); Green value is 102 (40.23% from 255 or 19.03% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #B366FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B366FF is #4C9900. Grayscale: #8D8D8D. Windows color (decimal): -5019905 or 16737971. OLE color: 16737971.

HSL color Cylindrical-coordinate representation of color #B366FF: hue angle of 270.2º 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 #B366FF is Cyan = 0.30, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB179102255-
CMYK0.300.600
HSL270.2º100%70%-
HSV(B)270.2º60%100%-
XYZ41.3926.3197.5-
YUV142.46191.51154.06-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.40%
GREEN value IS 102 (40.23% from 255) = 19.03%
BLUE value IS 255 (100% from 255) = 47.57%
R=33.40%
G=19.03%
B=47.57%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1791022550.300.600270.210070
HexB366FF1E3C0010e6446
Octal263146377367400416144106
Binary10110011110011011111111111101111000010000111011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B366FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B366FF; }

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

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

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

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

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

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

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

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