#BF75F3

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

Shades of Heliotrope #BF75F3

Tints of Heliotrope #BF75F3

Color information

#BF75F3 (or 0xBF75F3) is unknown color: approx Heliotrope. HEX triplet: BF, 75 and F3. RGB value is (191,117,243). Sum of RGB (Red+Green+Blue) = 191+117+243=551 (72% of max value = 765). Red value is 191 (75% from 255 or 34.66% from 551); Green value is 117 (46.09% from 255 or 21.23% from 551); Blue value is 243 (95.31% from 255 or 44.10% from 551); Max value from RGB is 243 - color contains mainly: blue. Hex color #BF75F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF75F3 is #408A0C. Grayscale: #999999. Windows color (decimal): -4229645 or 15955391. OLE color: 15955391.

HSL color Cylindrical-coordinate representation of color #BF75F3: hue angle of 275.24º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BF75F3 is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB191117243-
CMYK0.210.5200.05
HSL275.24º84%70.59%-
HSV(B)275.24º51.85%95.29%-
XYZ44.0230.2788.32-
YUV153.49178.52154.75-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.66%
GREEN value IS 117 (46.09% from 255) = 21.23%
BLUE value IS 243 (95.31% from 255) = 44.10%
R=34.66%
G=21.23%
B=44.10%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1911172430.210.5200.05275.248470.59
HexBF75F31534051135447
Octal277165363256405423124107
Binary1011111111101011111001110101110100010110001001110101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF75F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF75F3; }

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

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

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

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

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

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

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

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