#BF70DF

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

Shades of Medium Orchid #BF70DF

Tints of Medium Orchid #BF70DF

Color information

#BF70DF (or 0xBF70DF) is unknown color: approx Medium Orchid. HEX triplet: BF, 70 and DF. RGB value is (191,112,223). Sum of RGB (Red+Green+Blue) = 191+112+223=526 (69% of max value = 765). Red value is 191 (75% from 255 or 36.31% from 526); Green value is 112 (44.14% from 255 or 21.29% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF70DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF70DF is #408F20. Grayscale: #939393. Windows color (decimal): -4230945 or 14643391. OLE color: 14643391.

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

Color convert

RGB191112223-
CMYK0.140.5000.13
HSL282.7º63.43%65.69%-
HSV(B)282.7º49.78%87.45%-
XYZ40.627.9973.08-
YUV148.28170.17158.47-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.31%
GREEN value IS 112 (44.14% from 255) = 21.29%
BLUE value IS 223 (87.5% from 255) = 42.40%
R=36.31%
G=21.29%
B=42.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1911122230.140.5000.13282.763.4365.69
HexBF70DFE320D11b3f42
Octal277160337166201543377102
Binary101111111110000110111111110110010011011000110111111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF70DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF70DF; }

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

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

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

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

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

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

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

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