#bf72f1

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

Shades of Heliotrope #BF72F1

Tints of Heliotrope #BF72F1

Color information

#BF72F1 (or 0xBF72F1) is unknown color: approx Heliotrope. HEX triplet: BF, 72 and F1. RGB value is (191,114,241). Sum of RGB (Red+Green+Blue) = 191+114+241=546 (72% of max value = 765). Red value is 191 (75% from 255 or 34.98% from 546); Green value is 114 (44.92% from 255 or 20.88% from 546); Blue value is 241 (94.53% from 255 or 44.14% from 546); Max value from RGB is 241 - color contains mainly: blue. Hex color #BF72F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF72F1 is #408D0E. Grayscale: #979797. Windows color (decimal): -4230415 or 15823551. OLE color: 15823551.

HSL color Cylindrical-coordinate representation of color #BF72F1: hue angle of 276.38º degrees, saturation: 0.82, 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 #BF72F1 is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB191114241-
CMYK0.210.5300.05
HSL276.38º81.94%69.61%-
HSV(B)276.38º52.7%94.51%-
XYZ43.3829.4686.62-
YUV151.5178.51156.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.98%
GREEN value IS 114 (44.92% from 255) = 20.88%
BLUE value IS 241 (94.53% from 255) = 44.14%
R=34.98%
G=20.88%
B=44.14%

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
Decimal1911142410.210.5300.05276.3881.9469.61
HexBF72F11535051145246
Octal277162361256505424122106
Binary1011111111100101111000110101110101010110001010010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf72f1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf72f1; }

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

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

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

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

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

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

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

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