#BF5FDD

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

Shades of Medium Orchid #BF5FDD

Tints of Medium Orchid #BF5FDD

Color information

#BF5FDD (or 0xBF5FDD) is unknown color: approx Medium Orchid. HEX triplet: BF, 5F and DD. RGB value is (191,95,221). Sum of RGB (Red+Green+Blue) = 191+95+221=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 95 (37.5% from 255 or 18.74% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF5FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF5FDD is #40A022. Grayscale: #898989. Windows color (decimal): -4235299 or 14507967. OLE color: 14507967.

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

Color convert

RGB19195221-
CMYK0.140.5700.13
HSL285.71º64.95%61.96%-
HSV(B)285.71º57.01%86.67%-
XYZ38.6324.4871.1-
YUV138.07174.8165.75-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.67%
GREEN value IS 95 (37.5% from 255) = 18.74%
BLUE value IS 221 (86.72% from 255) = 43.59%
R=37.67%
G=18.74%
B=43.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal191952210.140.5700.13285.7164.9561.96
HexBF5FDDE390D11e413e
Octal277137335167101543610176
Binary101111111011111110111011110111001011011000111101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5FDD; }

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

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

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

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

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

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

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

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