#BF7BF2

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

Shades of Heliotrope #BF7BF2

Tints of Heliotrope #BF7BF2

Color information

#BF7BF2 (or 0xBF7BF2) is unknown color: approx Heliotrope. HEX triplet: BF, 7B and F2. RGB value is (191,123,242). Sum of RGB (Red+Green+Blue) = 191+123+242=556 (73% of max value = 765). Red value is 191 (75% from 255 or 34.35% from 556); Green value is 123 (48.44% from 255 or 22.12% from 556); Blue value is 242 (94.92% from 255 or 43.53% from 556); Max value from RGB is 242 - color contains mainly: blue. Hex color #BF7BF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF7BF2 is #40840D. Grayscale: #9C9C9C. Windows color (decimal): -4228110 or 15891391. OLE color: 15891391.

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

Color convert

RGB191123242-
CMYK0.210.4900.05
HSL274.29º82.07%71.57%-
HSV(B)274.29º49.17%94.9%-
XYZ44.631.6587.76-
YUV156.9176.03152.32-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.35%
GREEN value IS 123 (48.44% from 255) = 22.12%
BLUE value IS 242 (94.92% from 255) = 43.53%
R=34.35%
G=22.12%
B=43.53%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1911232420.210.4900.05274.2982.0771.57
HexBF7BF21531051125248
Octal277173362256105422122110
Binary1011111111110111111001010101110001010110001001010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7BF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7BF2; }

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

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

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

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

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

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

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

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