#BF74DF

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

Shades of Medium Orchid #BF74DF

Tints of Medium Orchid #BF74DF

Color information

#BF74DF (or 0xBF74DF) is unknown color: approx Medium Orchid. HEX triplet: BF, 74 and DF. RGB value is (191,116,223). Sum of RGB (Red+Green+Blue) = 191+116+223=530 (70% of max value = 765). Red value is 191 (75% from 255 or 36.04% from 530); Green value is 116 (45.70% from 255 or 21.89% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF74DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF74DF is #408B20. Grayscale: #969696. Windows color (decimal): -4229921 or 14644415. OLE color: 14644415.

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

Color convert

RGB191116223-
CMYK0.140.4800.13
HSL282.06º62.57%66.47%-
HSV(B)282.06º47.98%87.45%-
XYZ41.0528.8973.23-
YUV150.62168.85156.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.04%
GREEN value IS 116 (45.70% from 255) = 21.89%
BLUE value IS 223 (87.5% from 255) = 42.08%
R=36.04%
G=21.89%
B=42.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1911162230.140.4800.13282.0662.5766.47
HexBF74DFE300D11a3f42
Octal277164337166001543277102
Binary101111111110100110111111110110000011011000110101111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF74DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF74DF; }

 p { color: rgb(191,116,223); }

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

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

 a { background-color: rgb(191,116,223); }

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

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

 span { border-color: rgb(191,116,223); }

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