#BF72FB

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

Shades of Heliotrope #BF72FB

Tints of Heliotrope #BF72FB

Color information

#BF72FB (or 0xBF72FB) is unknown color: approx Heliotrope. HEX triplet: BF, 72 and FB. RGB value is (191,114,251). Sum of RGB (Red+Green+Blue) = 191+114+251=556 (73% of max value = 765). Red value is 191 (75% from 255 or 34.35% from 556); Green value is 114 (44.92% from 255 or 20.50% from 556); Blue value is 251 (98.44% from 255 or 45.14% from 556); Max value from RGB is 251 - color contains mainly: blue. Hex color #BF72FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF72FB is #408D04. Grayscale: #989898. Windows color (decimal): -4230405 or 16478911. OLE color: 16478911.

HSL color Cylindrical-coordinate representation of color #BF72FB: hue angle of 273.72º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BF72FB is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB191114251-
CMYK0.240.5500.02
HSL273.72º94.48%71.57%-
HSV(B)273.72º54.58%98.43%-
XYZ44.9230.0894.7-
YUV152.64183.51155.36-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.35%
GREEN value IS 114 (44.92% from 255) = 20.50%
BLUE value IS 251 (98.44% from 255) = 45.14%
R=34.35%
G=20.50%
B=45.14%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1911142510.240.5500.02273.7294.4871.57
HexBF72FB1837021125e48
Octal277162373306702422136110
Binary101111111110010111110111100011011101010001001010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF72FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF72FB; }

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

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

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

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

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

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

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

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