#BF7BF0

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

Shades of Heliotrope #BF7BF0

Tints of Heliotrope #BF7BF0

Color information

#BF7BF0 (or 0xBF7BF0) is unknown color: approx Heliotrope. HEX triplet: BF, 7B and F0. RGB value is (191,123,240). Sum of RGB (Red+Green+Blue) = 191+123+240=554 (73% of max value = 765). Red value is 191 (75% from 255 or 34.48% from 554); Green value is 123 (48.44% from 255 or 22.20% from 554); Blue value is 240 (94.14% from 255 or 43.32% from 554); Max value from RGB is 240 - color contains mainly: blue. Hex color #BF7BF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF7BF0 is #40840F. Grayscale: #9C9C9C. Windows color (decimal): -4228112 or 15760319. OLE color: 15760319.

HSL color Cylindrical-coordinate representation of color #BF7BF0: hue angle of 274.87º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BF7BF0 is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB191123240-
CMYK0.200.4900.06
HSL274.87º79.59%71.18%-
HSV(B)274.87º48.75%94.12%-
XYZ44.331.5386.19-
YUV156.67175.03152.49-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.48%
GREEN value IS 123 (48.44% from 255) = 22.20%
BLUE value IS 240 (94.14% from 255) = 43.32%
R=34.48%
G=22.20%
B=43.32%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1911232400.200.4900.06274.8779.5971.18
HexBF7BF01431061135047
Octal277173360246106423120107
Binary1011111111110111111000010100110001011010001001110100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7BF0; }

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

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

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

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

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

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

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

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