#BF60F4

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

Shades of Medium Orchid #BF60F4

Tints of Medium Orchid #BF60F4

Color information

#BF60F4 (or 0xBF60F4) is unknown color: approx Medium Orchid. HEX triplet: BF, 60 and F4. RGB value is (191,96,244). Sum of RGB (Red+Green+Blue) = 191+96+244=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 96 (37.89% from 255 or 18.08% from 531); Blue value is 244 (95.70% from 255 or 45.95% from 531); Max value from RGB is 244 - color contains mainly: blue. Hex color #BF60F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF60F4 is #409F0B. Grayscale: #8C8C8C. Windows color (decimal): -4235020 or 16015551. OLE color: 16015551.

HSL color Cylindrical-coordinate representation of color #BF60F4: hue angle of 278.51º degrees, saturation: 0.87, 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 #BF60F4 is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB19196244-
CMYK0.220.6100.04
HSL278.51º87.06%66.67%-
HSV(B)278.51º60.66%95.69%-
XYZ4225.9788.39-
YUV141.28185.97163.47-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.97%
GREEN value IS 96 (37.89% from 255) = 18.08%
BLUE value IS 244 (95.70% from 255) = 45.95%
R=35.97%
G=18.08%
B=45.95%

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
Decimal191962440.220.6100.04278.5187.0666.67
HexBF60F4163D041175743
Octal277140364267504427127103
Binary1011111111000001111010010110111101010010001011110101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF60F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF60F4; }

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

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

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

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

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

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

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

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