#B969FF

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

Shades of Heliotrope #B969FF

Tints of Heliotrope #B969FF

Color information

#B969FF (or 0xB969FF) is unknown color: approx Heliotrope. HEX triplet: B9, 69 and FF. RGB value is (185,105,255). Sum of RGB (Red+Green+Blue) = 185+105+255=545 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.94% from 545); Green value is 105 (41.41% from 255 or 19.27% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #B969FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B969FF is #469600. Grayscale: #919191. Windows color (decimal): -4625921 or 16738745. OLE color: 16738745.

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

Color convert

RGB185105255-
CMYK0.270.5900
HSL272º100%70.59%-
HSV(B)272º58.82%100%-
XYZ43.1127.6497.67-
YUV146.02189.5155.8-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.94%
GREEN value IS 105 (41.41% from 255) = 19.27%
BLUE value IS 255 (100% from 255) = 46.79%
R=33.94%
G=19.27%
B=46.79%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1851052550.270.590027210070.59
HexB969FF1B3B001106447
Octal271151377337300420144107
Binary10111001110100111111111110111110110010001000011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B969FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B969FF; }

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

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

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

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

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

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

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

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