#bf61f6

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

Shades of Heliotrope #BF61F6

Tints of Heliotrope #BF61F6

Color information

#BF61F6 (or 0xBF61F6) is unknown color: approx Heliotrope. HEX triplet: BF, 61 and F6. RGB value is (191,97,246). Sum of RGB (Red+Green+Blue) = 191+97+246=534 (70% of max value = 765). Red value is 191 (75% from 255 or 35.77% from 534); Green value is 97 (38.28% from 255 or 18.16% from 534); Blue value is 246 (96.48% from 255 or 46.07% from 534); Max value from RGB is 246 - color contains mainly: blue. Hex color #BF61F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF61F6 is #409E09. Grayscale: #8D8D8D. Windows color (decimal): -4234762 or 16146879. OLE color: 16146879.

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

Color convert

RGB19197246-
CMYK0.220.6100.04
HSL277.85º89.22%67.25%-
HSV(B)277.85º60.57%96.47%-
XYZ42.426.2890.03-
YUV142.09186.64162.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.77%
GREEN value IS 97 (38.28% from 255) = 18.16%
BLUE value IS 246 (96.48% from 255) = 46.07%
R=35.77%
G=18.16%
B=46.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal191972460.220.6100.04277.8589.2267.25
HexBF61F6163D041165943
Octal277141366267504426131103
Binary1011111111000011111011010110111101010010001011010110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf61f6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf61f6; }

 p { color: rgb(191,97,246); }

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

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

 a { background-color: rgb(191,97,246); }

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

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

 span { border-color: rgb(191,97,246); }

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