#BA70CE

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

Shades of Medium Orchid #BA70CE

Tints of Medium Orchid #BA70CE

Color information

#BA70CE (or 0xBA70CE) is unknown color: approx Medium Orchid. HEX triplet: BA, 70 and CE. RGB value is (186,112,206). Sum of RGB (Red+Green+Blue) = 186+112+206=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 112 (44.14% from 255 or 22.22% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA70CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA70CE is #458F31. Grayscale: #909090. Windows color (decimal): -4558642 or 13529274. OLE color: 13529274.

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

Color convert

RGB186112206-
CMYK0.100.4600.19
HSL287.23º48.96%62.35%-
HSV(B)287.23º45.63%80.78%-
XYZ37.1826.4861.54-
YUV144.84162.52157.36-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.90%
GREEN value IS 112 (44.14% from 255) = 22.22%
BLUE value IS 206 (80.86% from 255) = 40.87%
R=36.90%
G=22.22%
B=40.87%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1861122060.100.4600.19287.2348.9662.35
HexBA70CEA2E01311f313e
Octal27216031612560234376176
Binary101110101110000110011101010101110010011100011111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA70CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA70CE; }

 p { color: rgb(186,112,206); }

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

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

 a { background-color: rgb(186,112,206); }

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

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

 span { border-color: rgb(186,112,206); }

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