#B46AFD

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

Shades of Heliotrope #B46AFD

Tints of Heliotrope #B46AFD

Color information

#B46AFD (or 0xB46AFD) is unknown color: approx Heliotrope. HEX triplet: B4, 6A and FD. RGB value is (180,106,253). Sum of RGB (Red+Green+Blue) = 180+106+253=539 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.40% from 539); Green value is 106 (41.80% from 255 or 19.67% from 539); Blue value is 253 (99.22% from 255 or 46.94% from 539); Max value from RGB is 253 - color contains mainly: blue. Hex color #B46AFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B46AFD is #4B9502. Grayscale: #909090. Windows color (decimal): -4953347 or 16607924. OLE color: 16607924.

HSL color Cylindrical-coordinate representation of color #B46AFD: hue angle of 270.2º degrees, saturation: 0.97, 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 #B46AFD is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB180106253-
CMYK0.290.5800.01
HSL270.2º97.35%70.39%-
HSV(B)270.2º58.1%99.22%-
XYZ41.7127.195.96-
YUV144.88189.02153.05-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.40%
GREEN value IS 106 (41.80% from 255) = 19.67%
BLUE value IS 253 (99.22% from 255) = 46.94%
R=33.40%
G=19.67%
B=46.94%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1801062530.290.5800.01270.297.3570.39
HexB46AFD1D3A0110e6146
Octal264152375357201416141106
Binary10110100110101011111101111011110100110000111011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46AFD; }

 p { color: rgb(180,106,253); }

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

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

 a { background-color: rgb(180,106,253); }

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

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

 span { border-color: rgb(180,106,253); }

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