#BF72F2

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

Shades of Heliotrope #BF72F2

Tints of Heliotrope #BF72F2

Color information

#BF72F2 (or 0xBF72F2) is unknown color: approx Heliotrope. HEX triplet: BF, 72 and F2. RGB value is (191,114,242). Sum of RGB (Red+Green+Blue) = 191+114+242=547 (72% of max value = 765). Red value is 191 (75% from 255 or 34.92% from 547); Green value is 114 (44.92% from 255 or 20.84% from 547); Blue value is 242 (94.92% from 255 or 44.24% from 547); Max value from RGB is 242 - color contains mainly: blue. Hex color #BF72F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF72F2 is #408D0D. Grayscale: #979797. Windows color (decimal): -4230414 or 15889087. OLE color: 15889087.

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

Color convert

RGB191114242-
CMYK0.210.5300.05
HSL276.09º83.12%69.8%-
HSV(B)276.09º52.89%94.9%-
XYZ43.5329.5287.41-
YUV151.61179.01156.09-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.92%
GREEN value IS 114 (44.92% from 255) = 20.84%
BLUE value IS 242 (94.92% from 255) = 44.24%
R=34.92%
G=20.84%
B=44.24%

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
Decimal1911142420.210.5300.05276.0983.1269.8
HexBF72F21535051145346
Octal277162362256505424123106
Binary1011111111100101111001010101110101010110001010010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF72F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF72F2; }

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

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

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

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

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

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

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

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