#B469FF

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

Shades of Heliotrope #B469FF

Tints of Heliotrope #B469FF

Color information

#B469FF (or 0xB469FF) is unknown color: approx Heliotrope. HEX triplet: B4, 69 and FF. RGB value is (180,105,255). Sum of RGB (Red+Green+Blue) = 180+105+255=540 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.33% from 540); Green value is 105 (41.41% from 255 or 19.44% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #B469FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B469FF is #4B9600. Grayscale: #909090. Windows color (decimal): -4953601 or 16738740. OLE color: 16738740.

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

Color convert

RGB180105255-
CMYK0.290.5900
HSL270º100%70.59%-
HSV(B)270º58.82%100%-
XYZ41.9227.0397.61-
YUV144.52190.35153.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.33%
GREEN value IS 105 (41.41% from 255) = 19.44%
BLUE value IS 255 (100% from 255) = 47.22%
R=33.33%
G=19.44%
B=47.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1801052550.290.590027010070.59
HexB469FF1D3B0010e6447
Octal264151377357300416144107
Binary10110100110100111111111111011110110010000111011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B469FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B469FF; }

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

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

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

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

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

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

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

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