#BF74F0

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

Shades of Heliotrope #BF74F0

Tints of Heliotrope #BF74F0

Color information

#BF74F0 (or 0xBF74F0) is unknown color: approx Heliotrope. HEX triplet: BF, 74 and F0. RGB value is (191,116,240). Sum of RGB (Red+Green+Blue) = 191+116+240=547 (72% of max value = 765). Red value is 191 (75% from 255 or 34.92% from 547); Green value is 116 (45.70% from 255 or 21.21% from 547); Blue value is 240 (94.14% from 255 or 43.88% from 547); Max value from RGB is 240 - color contains mainly: blue. Hex color #BF74F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF74F0 is #408B0F. Grayscale: #989898. Windows color (decimal): -4229904 or 15758527. OLE color: 15758527.

HSL color Cylindrical-coordinate representation of color #BF74F0: hue angle of 276.29º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BF74F0 is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB191116240-
CMYK0.200.5200.06
HSL276.29º80.52%69.8%-
HSV(B)276.29º51.67%94.12%-
XYZ43.4629.8685.91-
YUV152.56177.35155.42-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.92%
GREEN value IS 116 (45.70% from 255) = 21.21%
BLUE value IS 240 (94.14% from 255) = 43.88%
R=34.92%
G=21.21%
B=43.88%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1911162400.200.5200.06276.2980.5269.8
HexBF74F01434061145146
Octal277164360246406424121106
Binary1011111111101001111000010100110100011010001010010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF74F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF74F0; }

 p { color: rgb(191,116,240); }

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

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

 a { background-color: rgb(191,116,240); }

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

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

 span { border-color: rgb(191,116,240); }

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