#BF71F1

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

Shades of Heliotrope #BF71F1

Tints of Heliotrope #BF71F1

Color information

#BF71F1 (or 0xBF71F1) is unknown color: approx Heliotrope. HEX triplet: BF, 71 and F1. RGB value is (191,113,241). Sum of RGB (Red+Green+Blue) = 191+113+241=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 113 (44.53% from 255 or 20.73% from 545); Blue value is 241 (94.53% from 255 or 44.22% from 545); Max value from RGB is 241 - color contains mainly: blue. Hex color #BF71F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF71F1 is #408E0E. Grayscale: #969696. Windows color (decimal): -4230671 or 15823295. OLE color: 15823295.

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

Color convert

RGB191113241-
CMYK0.210.5300.05
HSL276.56º82.05%69.41%-
HSV(B)276.56º53.11%94.51%-
XYZ43.2729.2486.58-
YUV150.91178.84156.59-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.05%
GREEN value IS 113 (44.53% from 255) = 20.73%
BLUE value IS 241 (94.53% from 255) = 44.22%
R=35.05%
G=20.73%
B=44.22%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1911132410.210.5300.05276.5682.0569.41
HexBF71F11535051155245
Octal277161361256505425122105
Binary1011111111100011111000110101110101010110001010110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF71F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF71F1; }

 p { color: rgb(191,113,241); }

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

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

 a { background-color: rgb(191,113,241); }

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

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

 span { border-color: rgb(191,113,241); }

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