#BF75F6

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

Shades of Heliotrope #BF75F6

Tints of Heliotrope #BF75F6

Color information

#BF75F6 (or 0xBF75F6) is unknown color: approx Heliotrope. HEX triplet: BF, 75 and F6. RGB value is (191,117,246). Sum of RGB (Red+Green+Blue) = 191+117+246=554 (73% of max value = 765). Red value is 191 (75% from 255 or 34.48% from 554); Green value is 117 (46.09% from 255 or 21.12% from 554); Blue value is 246 (96.48% from 255 or 44.40% from 554); Max value from RGB is 246 - color contains mainly: blue. Hex color #BF75F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF75F6 is #408A09. Grayscale: #999999. Windows color (decimal): -4229642 or 16151999. OLE color: 16151999.

HSL color Cylindrical-coordinate representation of color #BF75F6: hue angle of 274.42º degrees, saturation: 0.88, 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 #BF75F6 is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB191117246-
CMYK0.220.5200.04
HSL274.42º87.76%71.18%-
HSV(B)274.42º52.44%96.47%-
XYZ44.4830.4590.72-
YUV153.83180.02154.51-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.48%
GREEN value IS 117 (46.09% from 255) = 21.12%
BLUE value IS 246 (96.48% from 255) = 44.40%
R=34.48%
G=21.12%
B=44.40%

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
Decimal1911172460.220.5200.04274.4287.7671.18
HexBF75F61634041125847
Octal277165366266404422130107
Binary1011111111101011111011010110110100010010001001010110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF75F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF75F6; }

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

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

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

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

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

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

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

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