#BF5CFF

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

Shades of Heliotrope #BF5CFF

Tints of Heliotrope #BF5CFF

Color information

#BF5CFF (or 0xBF5CFF) is unknown color: approx Heliotrope. HEX triplet: BF, 5C and FF. RGB value is (191,92,255). Sum of RGB (Red+Green+Blue) = 191+92+255=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 92 (36.33% from 255 or 17.10% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF5CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF5CFF is #40A300. Grayscale: #8B8B8B. Windows color (decimal): -4236033 or 16735423. OLE color: 16735423.

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

Color convert

RGB19192255-
CMYK0.250.6400
HSL276.44º100%68.04%-
HSV(B)276.44º63.92%100%-
XYZ43.3625.9597.33-
YUV140.18192.8164.25-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.50%
GREEN value IS 92 (36.33% from 255) = 17.10%
BLUE value IS 255 (100% from 255) = 47.40%
R=35.50%
G=17.10%
B=47.40%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal191922550.250.6400276.4410068.04
HexBF5CFF1940001146444
Octal2771343773110000424144104
Binary101111111011100111111111100110000000010001010011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5CFF; }

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

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

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

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

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

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

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

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