#B969F6

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

Shades of Heliotrope #B969F6

Tints of Heliotrope #B969F6

Color information

#B969F6 (or 0xB969F6) is unknown color: approx Heliotrope. HEX triplet: B9, 69 and F6. RGB value is (185,105,246). Sum of RGB (Red+Green+Blue) = 185+105+246=536 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.51% from 536); Green value is 105 (41.41% from 255 or 19.59% from 536); Blue value is 246 (96.48% from 255 or 45.90% from 536); Max value from RGB is 246 - color contains mainly: blue. Hex color #B969F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B969F6 is #469609. Grayscale: #909090. Windows color (decimal): -4625930 or 16148921. OLE color: 16148921.

HSL color Cylindrical-coordinate representation of color #B969F6: hue angle of 274.04º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B969F6 is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB185105246-
CMYK0.250.5700.04
HSL274.04º88.68%68.82%-
HSV(B)274.04º57.32%96.47%-
XYZ41.6927.0790.22-
YUV144.99185156.54-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.51%
GREEN value IS 105 (41.41% from 255) = 19.59%
BLUE value IS 246 (96.48% from 255) = 45.90%
R=34.51%
G=19.59%
B=45.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1851052460.250.5700.04274.0488.6868.82
HexB969F61939041125945
Octal271151366317104422131105
Binary1011100111010011111011011001111001010010001001010110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B969F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B969F6; }

 p { color: rgb(185,105,246); }

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

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

 a { background-color: rgb(185,105,246); }

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

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

 span { border-color: rgb(185,105,246); }

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