#bf74f4

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

Shades of Heliotrope #BF74F4

Tints of Heliotrope #BF74F4

Color information

#BF74F4 (or 0xBF74F4) is unknown color: approx Heliotrope. HEX triplet: BF, 74 and F4. RGB value is (191,116,244). Sum of RGB (Red+Green+Blue) = 191+116+244=551 (72% of max value = 765). Red value is 191 (75% from 255 or 34.66% from 551); Green value is 116 (45.70% from 255 or 21.05% from 551); Blue value is 244 (95.70% from 255 or 44.28% from 551); Max value from RGB is 244 - color contains mainly: blue. Hex color #BF74F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF74F4 is #408B0B. Grayscale: #989898. Windows color (decimal): -4229900 or 16020671. OLE color: 16020671.

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

Color convert

RGB191116244-
CMYK0.220.5200.04
HSL275.16º85.33%70.59%-
HSV(B)275.16º52.46%95.69%-
XYZ44.0630.189.08-
YUV153.02179.35155.09-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.66%
GREEN value IS 116 (45.70% from 255) = 21.05%
BLUE value IS 244 (95.70% from 255) = 44.28%
R=34.66%
G=21.05%
B=44.28%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1911162440.220.5200.04275.1685.3370.59
HexBF74F41634041135547
Octal277164364266404423125107
Binary1011111111101001111010010110110100010010001001110101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf74f4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf74f4; }

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

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

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

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

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

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

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

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