#BA70E4

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

Shades of Medium Orchid #BA70E4

Tints of Medium Orchid #BA70E4

Color information

#BA70E4 (or 0xBA70E4) is unknown color: approx Medium Orchid. HEX triplet: BA, 70 and E4. RGB value is (186,112,228). Sum of RGB (Red+Green+Blue) = 186+112+228=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 112 (44.14% from 255 or 21.29% from 526); Blue value is 228 (89.45% from 255 or 43.35% from 526); Max value from RGB is 228 - color contains mainly: blue. Hex color #BA70E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA70E4 is #458F1B. Grayscale: #929292. Windows color (decimal): -4558620 or 14971066. OLE color: 14971066.

HSL color Cylindrical-coordinate representation of color #BA70E4: hue angle of 278.28º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA70E4 is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB186112228-
CMYK0.180.5100.11
HSL278.28º68.24%66.67%-
HSV(B)278.28º50.88%89.41%-
XYZ40.0527.6376.62-
YUV147.35173.52155.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.36%
GREEN value IS 112 (44.14% from 255) = 21.29%
BLUE value IS 228 (89.45% from 255) = 43.35%
R=35.36%
G=21.29%
B=43.35%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1861122280.180.5100.11278.2868.2466.67
HexBA70E412330B1164443
Octal2721603442263013426104103
Binary10111010111000011100100100101100110101110001011010001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA70E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA70E4; }

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

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

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

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

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

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

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

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