#BF6BF5

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

Shades of Heliotrope #BF6BF5

Tints of Heliotrope #BF6BF5

Color information

#BF6BF5 (or 0xBF6BF5) is unknown color: approx Heliotrope. HEX triplet: BF, 6B and F5. RGB value is (191,107,245). Sum of RGB (Red+Green+Blue) = 191+107+245=543 (71% of max value = 765). Red value is 191 (75% from 255 or 35.17% from 543); Green value is 107 (42.19% from 255 or 19.71% from 543); Blue value is 245 (96.09% from 255 or 45.12% from 543); Max value from RGB is 245 - color contains mainly: blue. Hex color #BF6BF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF6BF5 is #40940A. Grayscale: #939393. Windows color (decimal): -4232203 or 16083903. OLE color: 16083903.

HSL color Cylindrical-coordinate representation of color #BF6BF5: hue angle of 276.52º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BF6BF5 is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB191107245-
CMYK0.220.5600.04
HSL276.52º87.34%69.02%-
HSV(B)276.52º56.33%96.08%-
XYZ43.2228.1889.55-
YUV147.85182.83158.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.17%
GREEN value IS 107 (42.19% from 255) = 19.71%
BLUE value IS 245 (96.09% from 255) = 45.12%
R=35.17%
G=19.71%
B=45.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1911072450.220.5600.04276.5287.3469.02
HexBF6BF51638041155745
Octal277153365267004425127105
Binary1011111111010111111010110110111000010010001010110101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6BF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6BF5; }

 p { color: rgb(191,107,245); }

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

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

 a { background-color: rgb(191,107,245); }

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

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

 span { border-color: rgb(191,107,245); }

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