#BF7BFB

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

Shades of Heliotrope #BF7BFB

Tints of Heliotrope #BF7BFB

Color information

#BF7BFB (or 0xBF7BFB) is unknown color: approx Heliotrope. HEX triplet: BF, 7B and FB. RGB value is (191,123,251). Sum of RGB (Red+Green+Blue) = 191+123+251=565 (74% of max value = 765). Red value is 191 (75% from 255 or 33.81% from 565); Green value is 123 (48.44% from 255 or 21.77% from 565); Blue value is 251 (98.44% from 255 or 44.42% from 565); Max value from RGB is 251 - color contains mainly: blue. Hex color #BF7BFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF7BFB is #408404. Grayscale: #9D9D9D. Windows color (decimal): -4228101 or 16481215. OLE color: 16481215.

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

Color convert

RGB191123251-
CMYK0.240.5100.02
HSL271.88º94.12%73.33%-
HSV(B)271.88º51%98.43%-
XYZ45.9832.2195.06-
YUV157.92180.53151.59-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.81%
GREEN value IS 123 (48.44% from 255) = 21.77%
BLUE value IS 251 (98.44% from 255) = 44.42%
R=33.81%
G=21.77%
B=44.42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1911232510.240.5100.02271.8894.1273.33
HexBF7BFB1833021105e49
Octal277173373306302420136111
Binary101111111111011111110111100011001101010001000010111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7BFB; }

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

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

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

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

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

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

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

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