#BF60F5

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

Shades of Medium Orchid #BF60F5

Tints of Medium Orchid #BF60F5

Color information

#BF60F5 (or 0xBF60F5) is unknown color: approx Medium Orchid. HEX triplet: BF, 60 and F5. RGB value is (191,96,245). Sum of RGB (Red+Green+Blue) = 191+96+245=532 (70% of max value = 765). Red value is 191 (75% from 255 or 35.90% from 532); Green value is 96 (37.89% from 255 or 18.05% from 532); Blue value is 245 (96.09% from 255 or 46.05% from 532); Max value from RGB is 245 - color contains mainly: blue. Hex color #BF60F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF60F5 is #409F0A. Grayscale: #8C8C8C. Windows color (decimal): -4235019 or 16081087. OLE color: 16081087.

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

Color convert

RGB19196245-
CMYK0.220.6100.04
HSL278.26º88.17%66.86%-
HSV(B)278.26º60.82%96.08%-
XYZ42.1526.0389.19-
YUV141.39186.47163.38-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.90%
GREEN value IS 96 (37.89% from 255) = 18.05%
BLUE value IS 245 (96.09% from 255) = 46.05%
R=35.90%
G=18.05%
B=46.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal191962450.220.6100.04278.2688.1766.86
HexBF60F5163D041165843
Octal277140365267504426130103
Binary1011111111000001111010110110111101010010001011010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF60F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF60F5; }

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

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

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

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

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

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

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

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