#BE70CF

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

Shades of Medium Orchid #BE70CF

Tints of Medium Orchid #BE70CF

Color information

#BE70CF (or 0xBE70CF) is unknown color: approx Medium Orchid. HEX triplet: BE, 70 and CF. RGB value is (190,112,207). Sum of RGB (Red+Green+Blue) = 190+112+207=509 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.33% from 509); Green value is 112 (44.14% from 255 or 22.00% from 509); Blue value is 207 (81.25% from 255 or 40.67% from 509); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE70CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE70CF is #418F30. Grayscale: #919191. Windows color (decimal): -4296497 or 13594814. OLE color: 13594814.

HSL color Cylindrical-coordinate representation of color #BE70CF: hue angle of 289.26º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BE70CF is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB190112207-
CMYK0.080.4600.19
HSL289.26º49.74%62.55%-
HSV(B)289.26º45.89%81.18%-
XYZ38.2927.0462.23-
YUV146.15162.34159.28-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.33%
GREEN value IS 112 (44.14% from 255) = 22.00%
BLUE value IS 207 (81.25% from 255) = 40.67%
R=37.33%
G=22.00%
B=40.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1901122070.080.4600.19289.2649.7462.55
HexBE70CF82E013121323f
Octal27616031710560234416277
Binary101111101110000110011111000101110010011100100001110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE70CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE70CF; }

 p { color: rgb(190,112,207); }

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

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

 a { background-color: rgb(190,112,207); }

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

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

 span { border-color: rgb(190,112,207); }

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