#bf61f1

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

Shades of Medium Orchid #BF61F1

Tints of Medium Orchid #BF61F1

Color information

#BF61F1 (or 0xBF61F1) is unknown color: approx Medium Orchid. HEX triplet: BF, 61 and F1. RGB value is (191,97,241). Sum of RGB (Red+Green+Blue) = 191+97+241=529 (70% of max value = 765). Red value is 191 (75% from 255 or 36.11% from 529); Green value is 97 (38.28% from 255 or 18.34% from 529); Blue value is 241 (94.53% from 255 or 45.56% from 529); Max value from RGB is 241 - color contains mainly: blue. Hex color #BF61F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF61F1 is #409E0E. Grayscale: #8D8D8D. Windows color (decimal): -4234767 or 15819199. OLE color: 15819199.

HSL color Cylindrical-coordinate representation of color #BF61F1: hue angle of 279.17º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF61F1 is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB19197241-
CMYK0.210.6000.05
HSL279.17º83.72%66.27%-
HSV(B)279.17º59.75%94.51%-
XYZ41.6425.9886.04-
YUV141.52184.14163.29-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.11%
GREEN value IS 97 (38.28% from 255) = 18.34%
BLUE value IS 241 (94.53% from 255) = 45.56%
R=36.11%
G=18.34%
B=45.56%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal191972410.210.6000.05279.1783.7266.27
HexBF61F1153C051175442
Octal277141361257405427124102
Binary1011111111000011111000110101111100010110001011110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf61f1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf61f1; }

 p { color: rgb(191,97,241); }

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

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

 a { background-color: rgb(191,97,241); }

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

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

 span { border-color: rgb(191,97,241); }

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