#BF5CDE

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

Shades of Medium Orchid #BF5CDE

Tints of Medium Orchid #BF5CDE

Color information

#BF5CDE (or 0xBF5CDE) is unknown color: approx Medium Orchid. HEX triplet: BF, 5C and DE. RGB value is (191,92,222). Sum of RGB (Red+Green+Blue) = 191+92+222=505 (66% of max value = 765). Red value is 191 (75% from 255 or 37.82% from 505); Green value is 92 (36.33% from 255 or 18.22% from 505); Blue value is 222 (87.11% from 255 or 43.96% from 505); Max value from RGB is 222 - color contains mainly: blue. Hex color #BF5CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF5CDE is #40A321. Grayscale: #888888. Windows color (decimal): -4236066 or 14572735. OLE color: 14572735.

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

Color convert

RGB19192222-
CMYK0.140.5900.13
HSL285.69º66.33%61.57%-
HSV(B)285.69º58.56%87.06%-
XYZ38.52471.71-
YUV136.42176.3166.93-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.82%
GREEN value IS 92 (36.33% from 255) = 18.22%
BLUE value IS 222 (87.11% from 255) = 43.96%
R=37.82%
G=18.22%
B=43.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal191922220.140.5900.13285.6966.3361.57
HexBF5CDEE3B0D11e423e
Octal277134336167301543610276
Binary101111111011100110111101110111011011011000111101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5CDE; }

 p { color: rgb(191,92,222); }

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

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

 a { background-color: rgb(191,92,222); }

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

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

 span { border-color: rgb(191,92,222); }

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