#BF5EF3

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

Shades of Medium Orchid #BF5EF3

Tints of Medium Orchid #BF5EF3

Color information

#BF5EF3 (or 0xBF5EF3) is unknown color: approx Medium Orchid. HEX triplet: BF, 5E and F3. RGB value is (191,94,243). Sum of RGB (Red+Green+Blue) = 191+94+243=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 94 (37.11% from 255 or 17.80% from 528); Blue value is 243 (95.31% from 255 or 46.02% from 528); Max value from RGB is 243 - color contains mainly: blue. Hex color #BF5EF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF5EF3 is #40A10C. Grayscale: #8B8B8B. Windows color (decimal): -4235533 or 15949503. OLE color: 15949503.

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

Color convert

RGB19194243-
CMYK0.210.6100.05
HSL279.06º86.13%66.08%-
HSV(B)279.06º61.32%95.29%-
XYZ41.6725.5587.53-
YUV139.99186.14164.38-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.17%
GREEN value IS 94 (37.11% from 255) = 17.80%
BLUE value IS 243 (95.31% from 255) = 46.02%
R=36.17%
G=17.80%
B=46.02%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal191942430.210.6100.05279.0686.1366.08
HexBF5EF3153D051175642
Octal277136363257505427126102
Binary1011111110111101111001110101111101010110001011110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5EF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5EF3; }

 p { color: rgb(191,94,243); }

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

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

 a { background-color: rgb(191,94,243); }

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

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

 span { border-color: rgb(191,94,243); }

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