#BF60FF

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

Shades of Heliotrope #BF60FF

Tints of Heliotrope #BF60FF

Color information

#BF60FF (or 0xBF60FF) is unknown color: approx Heliotrope. HEX triplet: BF, 60 and FF. RGB value is (191,96,255). Sum of RGB (Red+Green+Blue) = 191+96+255=542 (71% of max value = 765). Red value is 191 (75% from 255 or 35.24% from 542); Green value is 96 (37.89% from 255 or 17.71% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF60FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF60FF is #409F00. Grayscale: #8D8D8D. Windows color (decimal): -4235009 or 16736447. OLE color: 16736447.

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

Color convert

RGB19196255-
CMYK0.250.6200
HSL275.85º100%68.82%-
HSV(B)275.85º62.35%100%-
XYZ43.7226.6697.45-
YUV142.53191.47162.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.24%
GREEN value IS 96 (37.89% from 255) = 17.71%
BLUE value IS 255 (100% from 255) = 47.05%
R=35.24%
G=17.71%
B=47.05%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal191962550.250.6200275.8510068.82
HexBF60FF193E001146445
Octal277140377317600424144105
Binary10111111110000011111111110011111100010001010011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF60FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF60FF; }

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

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

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

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

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

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

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

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