#BF61F8

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

Shades of Heliotrope #BF61F8

Tints of Heliotrope #BF61F8

Color information

#BF61F8 (or 0xBF61F8) is unknown color: approx Heliotrope. HEX triplet: BF, 61 and F8. RGB value is (191,97,248). Sum of RGB (Red+Green+Blue) = 191+97+248=536 (70% of max value = 765). Red value is 191 (75% from 255 or 35.63% from 536); Green value is 97 (38.28% from 255 or 18.10% from 536); Blue value is 248 (97.27% from 255 or 46.27% from 536); Max value from RGB is 248 - color contains mainly: blue. Hex color #BF61F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF61F8 is #409E07. Grayscale: #8D8D8D. Windows color (decimal): -4234760 or 16277951. OLE color: 16277951.

HSL color Cylindrical-coordinate representation of color #BF61F8: hue angle of 277.35º degrees, saturation: 0.92, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BF61F8 is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB19197248-
CMYK0.230.6100.03
HSL277.35º91.52%67.65%-
HSV(B)277.35º60.89%97.25%-
XYZ42.726.491.65-
YUV142.32187.64162.72-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.63%
GREEN value IS 97 (38.28% from 255) = 18.10%
BLUE value IS 248 (97.27% from 255) = 46.27%
R=35.63%
G=18.10%
B=46.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal191972480.230.6100.03277.3591.5267.65
HexBF61F8173D031155c44
Octal277141370277503425134104
Binary101111111100001111110001011111110101110001010110111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF61F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF61F8; }

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

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

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

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

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

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

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

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