#B466FF

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

Shades of Heliotrope #B466FF

Tints of Heliotrope #B466FF

Color information

#B466FF (or 0xB466FF) is unknown color: approx Heliotrope. HEX triplet: B4, 66 and FF. RGB value is (180,102,255). Sum of RGB (Red+Green+Blue) = 180+102+255=537 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.52% from 537); Green value is 102 (40.23% from 255 or 18.99% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #B466FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B466FF is #4B9900. Grayscale: #8E8E8E. Windows color (decimal): -4954369 or 16737972. OLE color: 16737972.

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

Color convert

RGB180102255-
CMYK0.290.600
HSL270.59º100%70%-
HSV(B)270.59º60%100%-
XYZ41.6226.4397.51-
YUV142.76191.34154.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.52%
GREEN value IS 102 (40.23% from 255) = 18.99%
BLUE value IS 255 (100% from 255) = 47.49%
R=33.52%
G=18.99%
B=47.49%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1801022550.290.600270.5910070
HexB466FF1D3C0010f6446
Octal264146377357400417144106
Binary10110100110011011111111111011111000010000111111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B466FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B466FF; }

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

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

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

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

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

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

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

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