#BF3FDD

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

Shades of Medium Orchid #BF3FDD

Tints of Medium Orchid #BF3FDD

Color information

#BF3FDD (or 0xBF3FDD) is unknown color: approx Medium Orchid. HEX triplet: BF, 3F and DD. RGB value is (191,63,221). Sum of RGB (Red+Green+Blue) = 191+63+221=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 63 (25% from 255 or 13.26% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF3FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3FDD is #40C022. Grayscale: #767676. Windows color (decimal): -4243491 or 14499775. OLE color: 14499775.

HSL color Cylindrical-coordinate representation of color #BF3FDD: hue angle of 288.61º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BF3FDD is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19163221-
CMYK0.140.7100.13
HSL288.61º69.91%55.69%-
HSV(B)288.61º71.49%86.67%-
XYZ36.3119.8570.32-
YUV119.28185.41179.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.21%
GREEN value IS 63 (25% from 255) = 13.26%
BLUE value IS 221 (86.72% from 255) = 46.53%
R=40.21%
G=13.26%
B=46.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal191632210.140.7100.13288.6169.9155.69
HexBF3FDDE470D1214638
Octal277773351610701544110670
Binary101111111111111101110111101000111011011001000011000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3FDD; }

 p { color: rgb(191,63,221); }

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

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

 a { background-color: rgb(191,63,221); }

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

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

 span { border-color: rgb(191,63,221); }

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