#BF7FF2

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

Shades of Heliotrope #BF7FF2

Tints of Heliotrope #BF7FF2

Color information

#BF7FF2 (or 0xBF7FF2) is unknown color: approx Heliotrope. HEX triplet: BF, 7F and F2. RGB value is (191,127,242). Sum of RGB (Red+Green+Blue) = 191+127+242=560 (74% of max value = 765). Red value is 191 (75% from 255 or 34.11% from 560); Green value is 127 (50% from 255 or 22.68% from 560); Blue value is 242 (94.92% from 255 or 43.21% from 560); Max value from RGB is 242 - color contains mainly: blue. Hex color #BF7FF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF7FF2 is #40800D. Grayscale: #9E9E9E. Windows color (decimal): -4227086 or 15892415. OLE color: 15892415.

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

Color convert

RGB191127242-
CMYK0.210.4800.05
HSL273.39º81.56%72.35%-
HSV(B)273.39º47.52%94.9%-
XYZ45.132.6787.93-
YUV159.25174.7150.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.11%
GREEN value IS 127 (50% from 255) = 22.68%
BLUE value IS 242 (94.92% from 255) = 43.21%
R=34.11%
G=22.68%
B=43.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1911272420.210.4800.05273.3981.5672.35
HexBF7FF21530051115248
Octal277177362256005421122110
Binary1011111111111111111001010101110000010110001000110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7FF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7FF2; }

 p { color: rgb(191,127,242); }

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

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

 a { background-color: rgb(191,127,242); }

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

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

 span { border-color: rgb(191,127,242); }

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