#BF66F1

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

Shades of Medium Orchid #BF66F1

Tints of Medium Orchid #BF66F1

Color information

#BF66F1 (or 0xBF66F1) is unknown color: approx Medium Orchid. HEX triplet: BF, 66 and F1. RGB value is (191,102,241). Sum of RGB (Red+Green+Blue) = 191+102+241=534 (70% of max value = 765). Red value is 191 (75% from 255 or 35.77% from 534); Green value is 102 (40.23% from 255 or 19.10% from 534); Blue value is 241 (94.53% from 255 or 45.13% from 534); Max value from RGB is 241 - color contains mainly: blue. Hex color #BF66F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF66F1 is #40990E. Grayscale: #8F8F8F. Windows color (decimal): -4233487 or 15820479. OLE color: 15820479.

HSL color Cylindrical-coordinate representation of color #BF66F1: hue angle of 278.42º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF66F1 is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB191102241-
CMYK0.210.5800.05
HSL278.42º83.23%67.25%-
HSV(B)278.42º57.68%94.51%-
XYZ42.1126.9386.2-
YUV144.46182.49161.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.77%
GREEN value IS 102 (40.23% from 255) = 19.10%
BLUE value IS 241 (94.53% from 255) = 45.13%
R=35.77%
G=19.10%
B=45.13%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1911022410.210.5800.05278.4283.2367.25
HexBF66F1153A051165343
Octal277146361257205426123103
Binary1011111111001101111000110101111010010110001011010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF66F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF66F1; }

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

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

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

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

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

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

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

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