#bf5eff

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

Shades of Heliotrope #BF5EFF

Tints of Heliotrope #BF5EFF

Color information

#BF5EFF (or 0xBF5EFF) is unknown color: approx Heliotrope. HEX triplet: BF, 5E and FF. RGB value is (191,94,255). Sum of RGB (Red+Green+Blue) = 191+94+255=540 (71% of max value = 765). Red value is 191 (75% from 255 or 35.37% from 540); Green value is 94 (37.11% from 255 or 17.41% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF5EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF5EFF is #40A100. Grayscale: #8C8C8C. Windows color (decimal): -4235521 or 16735935. OLE color: 16735935.

HSL color Cylindrical-coordinate representation of color #BF5EFF: hue angle of 276.15º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BF5EFF is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB19194255-
CMYK0.250.6300
HSL276.15º100%68.43%-
HSV(B)276.15º63.14%100%-
XYZ43.5426.397.39-
YUV141.36192.14163.41-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.37%
GREEN value IS 94 (37.11% from 255) = 17.41%
BLUE value IS 255 (100% from 255) = 47.22%
R=35.37%
G=17.41%
B=47.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal191942550.250.6300276.1510068.43
HexBF5EFF193F001146444
Octal277136377317700424144104
Binary10111111101111011111111110011111110010001010011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf5eff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf5eff; }

 p { color: rgb(191,94,255); }

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

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

 a { background-color: rgb(191,94,255); }

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

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

 span { border-color: rgb(191,94,255); }

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